Html Css Color HEX #052456 Sapphire

📋 copy color: '#052456'

red 5 ◦ green 36 ◦ blue 86

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

Shades of Sapphire #052456

Tints of Sapphire #052456

RGB

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

 GREEN value IS 36 (14.45% from 255) = 28.35%

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

R = 3.94%
G = 28.35%
B = 67.72%

CMYK

 C value IS 0.94

 M value IS 0.58

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#052456 (or 0x052456) is known color: Sapphire. HEX triplet: 05, 24 and 56. RGB value is (5,36,86). Sum of RGB (Red+Green+Blue) = 5+36+86=127 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.94% from 127); Green value is 36 (14.45% from 255 or 28.35% from 127); Blue value is 86 (33.98% from 255 or 67.72% from 127); Max value from RGB is 86 - color contains mainly: blue. Hex color #052456 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052456 is #FADBA9. Grayscale: #202020. Windows color (decimal): -16440234 or 5645317. OLE color: 5645317.

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

Color convert

RGB 5 36 86 -
CMYK 0.94 0.58 0 0.66
HSL 217.04º 0.89% 0.18% -
HSV(B) 217.04º 0.94% 0.34% -
XYZ 2.37 1.97 9.06 -
YUV 32.43 158.23 108.43 -
System Red Green Blue C M Y K H S L
Decimal 5 36 86 0.94 0.58 0 0.66 217.04 0.89 0.18
Hex 5 24 56 5E 3A 0 42 D9 59 12
Octal 5 44 126 136 72 0 102 331 131 22
Binary 101 100100 1010110 1011110 111010 0 1000010 11011001 1011001 10010

Color Harmonies of #052456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052456

Black with #052456

Text Example


Text Example

White with #052456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052456; }

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

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

background-color css

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

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

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

border-color css

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

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

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