Html Css Color HEX #052252 Sapphire

📋 copy color: '#052252'

red 5 ◦ green 34 ◦ blue 82

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

Shades of Sapphire #052252

Tints of Sapphire #052252

RGB

 RED value IS 5 (2.34% from 255) = 4.13%

 GREEN value IS 34 (13.67% from 255) = 28.1%

 BLUE value IS 82 (32.42% from 255) = 67.77%

R = 4.13%
G = 28.1%
B = 67.77%

CMYK

 C value IS 0.94

 M value IS 0.59

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#052252 (or 0x052252) is known color: Sapphire. HEX triplet: 05, 22 and 52. RGB value is (5,34,82). Sum of RGB (Red+Green+Blue) = 5+34+82=121 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.13% from 121); Green value is 34 (13.67% from 255 or 28.10% from 121); Blue value is 82 (32.42% from 255 or 67.77% from 121); Max value from RGB is 82 - color contains mainly: blue. Hex color #052252 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052252 is #FADDAD. Grayscale: #1E1E1E. Windows color (decimal): -16440750 or 5382661. OLE color: 5382661.

HSL color Cylindrical-coordinate representation of color #052252: hue angle of 217.4º 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 #052252 is Cyan = 0.94, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 5 34 82 -
CMYK 0.94 0.59 0 0.68
HSL 217.4º 0.89% 0.17% -
HSV(B) 217.4º 0.94% 0.32% -
XYZ 2.16 1.79 8.21 -
YUV 30.8 156.89 109.6 -
System Red Green Blue C M Y K H S L
Decimal 5 34 82 0.94 0.59 0 0.68 217.4 0.89 0.17
Hex 5 22 52 5E 3B 0 44 D9 59 11
Octal 5 42 122 136 73 0 104 331 131 21
Binary 101 100010 1010010 1011110 111011 0 1000100 11011001 1011001 10001

Color Harmonies of #052252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052252

Black with #052252

Text Example


Text Example

White with #052252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052252; }

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

 H1.HeaderClassName
 {
   color: #052252;
 }
 .AnyTagClassName
 {
   color: #052252;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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