#052574

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

Shades of Sapphire #052574

Tints of Sapphire #052574

Color information

#052574 (or 0x052574) is unknown color: approx Sapphire. HEX triplet: 05, 25 and 74. RGB value is (5,37,116). Sum of RGB (Red+Green+Blue) = 5+37+116=158 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.16% from 158); Green value is 37 (14.84% from 255 or 23.42% from 158); Blue value is 116 (45.70% from 255 or 73.42% from 158); Max value from RGB is 116 - color contains mainly: blue. Hex color #052574 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052574 is #FADA8B. Grayscale: #242424. Windows color (decimal): -16439948 or 7611653. OLE color: 7611653.

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

Color convert

RGB537116-
CMYK0.960.6800.55
HSL222.7º91.74%23.73%-
HSV(B)222.7º95.69%45.49%-
XYZ3.882.6216.82-
YUV36.44172.9105.58-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.16%
GREEN value IS 37 (14.84% from 255) = 23.42%
BLUE value IS 116 (45.70% from 255) = 73.42%
R=3.16%
G=23.42%
B=73.42%

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
Decimal5371160.960.6800.55222.791.7423.73
Hex525746044037df5c18
Octal54516414010406733713430
Binary101100101111010011000001000100011011111011111101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052574; }

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

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

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

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

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

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

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

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