Html Css Color HEX #052858 Sapphire

📋 copy color: '#052858'

red 5 ◦ green 40 ◦ blue 88

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

Shades of Sapphire #052858

Tints of Sapphire #052858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 66.17%

R = 3.76%
G = 30.08%
B = 66.17%

CMYK

 C value IS 0.94

 M value IS 0.55

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#052858 (or 0x052858) is known color: Sapphire. HEX triplet: 05, 28 and 58. RGB value is (5,40,88). Sum of RGB (Red+Green+Blue) = 5+40+88=133 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.76% from 133); Green value is 40 (16.02% from 255 or 30.08% from 133); Blue value is 88 (34.77% from 255 or 66.17% from 133); Max value from RGB is 88 - color contains mainly: blue. Hex color #052858 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052858 is #FAD7A7. Grayscale: #222222. Windows color (decimal): -16439208 or 5777413. OLE color: 5777413.

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

Color convert

RGB 5 40 88 -
CMYK 0.94 0.55 0 0.65
HSL 214.7º 0.89% 0.18% -
HSV(B) 214.7º 0.94% 0.35% -
XYZ 2.58 2.25 9.53 -
YUV 35.01 157.9 106.6 -
System Red Green Blue C M Y K H S L
Decimal 5 40 88 0.94 0.55 0 0.65 214.7 0.89 0.18
Hex 5 28 58 5E 37 0 41 D7 59 12
Octal 5 50 130 136 67 0 101 327 131 22
Binary 101 101000 1011000 1011110 110111 0 1000001 11010111 1011001 10010

Color Harmonies of #052858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052858

Black with #052858

Text Example


Text Example

White with #052858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052858; }

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

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

background-color css

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

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

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

border-color css

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

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

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