Html Css Color HEX #052256 Sapphire

📋 copy color: '#052256'

red 5 ◦ green 34 ◦ blue 86

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

Shades of Sapphire #052256

Tints of Sapphire #052256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 68.8%

R = 4%
G = 27.2%
B = 68.8%

CMYK

 C value IS 0.94

 M value IS 0.60

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#052256 (or 0x052256) is known color: Sapphire. HEX triplet: 05, 22 and 56. RGB value is (5,34,86). Sum of RGB (Red+Green+Blue) = 5+34+86=125 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4% from 125); Green value is 34 (13.67% from 255 or 27.2% from 125); Blue value is 86 (33.98% from 255 or 68.8% from 125); Max value from RGB is 86 - color contains mainly: blue. Hex color #052256 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052256 is #FADDA9. Grayscale: #1F1F1F. Windows color (decimal): -16440746 or 5644805. OLE color: 5644805.

HSL color Cylindrical-coordinate representation of color #052256: hue angle of 218.52º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #052256 is Cyan = 0.94, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 5 34 86 -
CMYK 0.94 0.60 0 0.66
HSL 218.52º 0.89% 0.18% -
HSV(B) 218.52º 0.94% 0.34% -
XYZ 2.31 1.85 9.04 -
YUV 31.26 158.89 109.27 -
System Red Green Blue C M Y K H S L
Decimal 5 34 86 0.94 0.60 0 0.66 218.52 0.89 0.18
Hex 5 22 56 5E 3C 0 42 DB 59 12
Octal 5 42 126 136 74 0 102 333 131 22
Binary 101 100010 1010110 1011110 111100 0 1000010 11011011 1011001 10010

Color Harmonies of #052256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052256

Black with #052256

Text Example


Text Example

White with #052256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052256; }

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

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

background-color css

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

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

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

border-color css

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

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

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