#052552

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

Shades of Sapphire #052552

Tints of Sapphire #052552

Color information

#052552 (or 0x052552) is unknown color: approx Sapphire. HEX triplet: 05, 25 and 52. RGB value is (5,37,82). Sum of RGB (Red+Green+Blue) = 5+37+82=124 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.03% from 124); Green value is 37 (14.84% from 255 or 29.84% from 124); Blue value is 82 (32.42% from 255 or 66.13% from 124); Max value from RGB is 82 - color contains mainly: blue. Hex color #052552 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052552 is #FADAAD. Grayscale: #202020. Windows color (decimal): -16439982 or 5383429. OLE color: 5383429.

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

Color convert

RGB53782-
CMYK0.940.5500.68
HSL215.06º88.51%17.06%-
HSV(B)215.06º93.9%32.16%-
XYZ2.251.968.24-
YUV32.56155.9108.34-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.03%
GREEN value IS 37 (14.84% from 255) = 29.84%
BLUE value IS 82 (32.42% from 255) = 66.13%
R=4.03%
G=29.84%
B=66.13%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal537820.940.5500.68215.0688.5117.06
Hex525525E37044d75911
Octal54512213667010432713121
Binary101100101101001010111101101110100010011010111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052552; }

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

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

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

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

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

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

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

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