#052572

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

Shades of Sapphire #052572

Tints of Sapphire #052572

Color information

#052572 (or 0x052572) is unknown color: approx Sapphire. HEX triplet: 05, 25 and 72. RGB value is (5,37,114). Sum of RGB (Red+Green+Blue) = 5+37+114=156 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.21% from 156); Green value is 37 (14.84% from 255 or 23.72% from 156); Blue value is 114 (44.92% from 255 or 73.08% from 156); Max value from RGB is 114 - color contains mainly: blue. Hex color #052572 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052572 is #FADA8D. Grayscale: #232323. Windows color (decimal): -16439950 or 7480581. OLE color: 7480581.

HSL color Cylindrical-coordinate representation of color #052572: hue angle of 222.39º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #052572 is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB537114-
CMYK0.960.6800.55
HSL222.39º91.6%23.33%-
HSV(B)222.39º95.61%44.71%-
XYZ3.762.5716.22-
YUV36.21171.9105.74-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.21%
GREEN value IS 37 (14.84% from 255) = 23.72%
BLUE value IS 114 (44.92% from 255) = 73.08%
R=3.21%
G=23.72%
B=73.08%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5371140.960.6800.55222.3991.623.33
Hex525726044037de5c17
Octal54516214010406733613427
Binary101100101111001011000001000100011011111011110101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052572; }

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

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

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

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

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

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

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

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