Html Css Color HEX #054859 Sherpa Blue

📋 copy color: '#054859'

red 5 ◦ green 72 ◦ blue 89

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

Shades of Sherpa Blue #054859

Tints of Sherpa Blue #054859

RGB

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

 GREEN value IS 72 (28.52% from 255) = 43.37%

 BLUE value IS 89 (35.16% from 255) = 53.61%

R = 3.01%
G = 43.37%
B = 53.61%

CMYK

 C value IS 0.94

 M value IS 0.19

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#054859 (or 0x054859) is known color: Sherpa Blue. HEX triplet: 05, 48 and 59. RGB value is (5,72,89). Sum of RGB (Red+Green+Blue) = 5+72+89=166 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.01% from 166); Green value is 72 (28.52% from 255 or 43.37% from 166); Blue value is 89 (35.16% from 255 or 53.61% from 166); Max value from RGB is 89 - color contains mainly: blue. Hex color #054859 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054859 is #FAB7A6. Grayscale: #353535. Windows color (decimal): -16431015 or 5851141. OLE color: 5851141.

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

Color convert

RGB 5 72 89 -
CMYK 0.94 0.19 0 0.65
HSL 192.14º 0.89% 0.18% -
HSV(B) 192.14º 0.94% 0.35% -
XYZ 4.18 5.39 10.27 -
YUV 53.91 147.8 93.12 -
System Red Green Blue C M Y K H S L
Decimal 5 72 89 0.94 0.19 0 0.65 192.14 0.89 0.18
Hex 5 48 59 5E 13 0 41 C0 59 12
Octal 5 110 131 136 23 0 101 300 131 22
Binary 101 1001000 1011001 1011110 10011 0 1000001 11000000 1011001 10010

Color Harmonies of #054859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054859

Black with #054859

Text Example


Text Example

White with #054859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054859; }

 p { color: rgb(5,72,89); }

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

background-color css

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

 a { background-color: rgb(5,72,89); }

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

border-color css

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

 span { border-color: rgb(5,72,89); }

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