#052566

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

Shades of Sapphire #052566

Tints of Sapphire #052566

Color information

#052566 (or 0x052566) is unknown color: approx Sapphire. HEX triplet: 05, 25 and 66. RGB value is (5,37,102). Sum of RGB (Red+Green+Blue) = 5+37+102=144 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.47% from 144); Green value is 37 (14.84% from 255 or 25.69% from 144); Blue value is 102 (40.23% from 255 or 70.83% from 144); Max value from RGB is 102 - color contains mainly: blue. Hex color #052566 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052566 is #FADA99. Grayscale: #222222. Windows color (decimal): -16439962 or 6694149. OLE color: 6694149.

HSL color Cylindrical-coordinate representation of color #052566: hue angle of 220.21º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #052566 is Cyan = 0.95, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB537102-
CMYK0.950.6400.6
HSL220.21º90.65%20.98%-
HSV(B)220.21º95.1%40%-
XYZ3.122.3112.85-
YUV34.84165.9106.71-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.47%
GREEN value IS 37 (14.84% from 255) = 25.69%
BLUE value IS 102 (40.23% from 255) = 70.83%
R=3.47%
G=25.69%
B=70.83%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal5371020.950.6400.6220.2190.6520.98
Hex525665F4003Cdc5b15
Octal54514613710007433413325
Binary101100101110011010111111000000011110011011100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052566; }

 p { color: rgb(5,37,102); }

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

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

 a { background-color: rgb(5,37,102); }

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

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

 span { border-color: rgb(5,37,102); }

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