#051753

Color #051753 Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #051753

Tints of Sapphire #051753

Color information

#051753 (or 0x051753) is unknown color: approx Sapphire. HEX triplet: 05, 17 and 53. RGB value is (5,23,83). Sum of RGB (Red+Green+Blue) = 5+23+83=111 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.50% from 111); Green value is 23 (9.38% from 255 or 20.72% from 111); Blue value is 83 (32.81% from 255 or 74.77% from 111); Max value from RGB is 83 - color contains mainly: blue. Hex color #051753 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051753 is #FAE8AC. Grayscale: #181818. Windows color (decimal): -16443565 or 5445381. OLE color: 5445381.

HSL color Cylindrical-coordinate representation of color #051753: hue angle of 226.15º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #051753 is Cyan = 0.94, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB52383-
CMYK0.940.7200.67
HSL226.15º88.64%17.25%-
HSV(B)226.15º93.98%32.55%-
XYZ1.931.278.33-
YUV24.46161.04114.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 5 (2.34% from 255) = 4.50%
GREEN value IS 23 (9.38% from 255) = 20.72%
BLUE value IS 83 (32.81% from 255) = 74.77%
R=4.50%
G=20.72%
B=74.77%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal523830.940.7200.67226.1588.6417.25
Hex517535E48043e25911
Octal527123136110010334213121
Binary101101111010011101111010010000100001111100010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051753; }

 p { color: rgb(5,23,83); }

 H1.HeaderClassName
 {
   color: #051753;
 }
 .AnyTagClassName
 {
   color: #051753;
 }
</style>
background-color css

<style>
 a { background-color: #051753; }

 a { background-color: rgb(5,23,83); }

 div.DivClassName
 {
   background-color: #051753;
 }
 .BgClassName
 {
   background-color: #051753;
 }
</style>
border-color css

<style>
 span { border-color: #051753; }

 span { border-color: rgb(5,23,83); }

 td.TdClassName
 {
   border-color: #051753;
 }
 .TagClassName
 {
   border-color: #051753;
 }
</style>