Html Css Color HEX #052552 Sapphire

📋 copy color: '#052552'

red 5 ◦ green 37 ◦ blue 82

#052552
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sapphire #052552

Tints of Sapphire #052552

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 value IS 0.94

 M value IS 0.55

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#052552 (or 0x052552) is known color: 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

RGB 5 37 82 -
CMYK 0.94 0.55 0 0.68
HSL 215.06º 0.89% 0.17% -
HSV(B) 215.06º 0.94% 0.32% -
XYZ 2.25 1.96 8.24 -
YUV 32.56 155.9 108.34 -
System Red Green Blue C M Y K H S L
Decimal 5 37 82 0.94 0.55 0 0.68 215.06 0.89 0.17
Hex 5 25 52 5E 37 0 44 D7 59 11
Octal 5 45 122 136 67 0 104 327 131 21
Binary 101 100101 1010010 1011110 110111 0 1000100 11010111 1011001 10001

Color Harmonies of #052552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052552

Black with #052552

Text Example


Text Example

White with #052552

Text Example


Text Example

HTML Codes & Css Web 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>