Html Css Color HEX #052856 Sapphire

📋 copy color: '#052856'

red 5 ◦ green 40 ◦ blue 86

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

Shades of Sapphire #052856

Tints of Sapphire #052856

RGB

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

 GREEN value IS 40 (16.02% from 255) = 30.53%

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

R = 3.82%
G = 30.53%
B = 65.65%

CMYK

 C value IS 0.94

 M value IS 0.53

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#052856 (or 0x052856) is known color: Sapphire. HEX triplet: 05, 28 and 56. RGB value is (5,40,86). Sum of RGB (Red+Green+Blue) = 5+40+86=131 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.82% from 131); Green value is 40 (16.02% from 255 or 30.53% from 131); Blue value is 86 (33.98% from 255 or 65.65% from 131); Max value from RGB is 86 - color contains mainly: blue. Hex color #052856 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052856 is #FAD7A9. Grayscale: #222222. Windows color (decimal): -16439210 or 5646341. OLE color: 5646341.

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

Color convert

RGB 5 40 86 -
CMYK 0.94 0.53 0 0.66
HSL 214.07º 0.89% 0.18% -
HSV(B) 214.07º 0.94% 0.34% -
XYZ 2.5 2.22 9.1 -
YUV 34.78 156.9 106.76 -
System Red Green Blue C M Y K H S L
Decimal 5 40 86 0.94 0.53 0 0.66 214.07 0.89 0.18
Hex 5 28 56 5E 35 0 42 D6 59 12
Octal 5 50 126 136 65 0 102 326 131 22
Binary 101 101000 1010110 1011110 110101 0 1000010 11010110 1011001 10010

Color Harmonies of #052856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052856

Black with #052856

Text Example


Text Example

White with #052856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052856; }

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

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

background-color css

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

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

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

border-color css

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

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

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