Html Css Color HEX #054959 Sherpa Blue

📋 copy color: '#054959'

red 5 ◦ green 73 ◦ blue 89

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

Shades of Sherpa Blue #054959

Tints of Sherpa Blue #054959

RGB

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

 GREEN value IS 73 (28.91% from 255) = 43.71%

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

R = 2.99%
G = 43.71%
B = 53.29%

CMYK

 C value IS 0.94

 M value IS 0.18

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#054959 (or 0x054959) is known color: Sherpa Blue. HEX triplet: 05, 49 and 59. RGB value is (5,73,89). Sum of RGB (Red+Green+Blue) = 5+73+89=167 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.99% from 167); Green value is 73 (28.91% from 255 or 43.71% from 167); Blue value is 89 (35.16% from 255 or 53.29% from 167); Max value from RGB is 89 - color contains mainly: blue. Hex color #054959 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054959 is #FAB6A6. Grayscale: #363636. Windows color (decimal): -16430759 or 5851397. OLE color: 5851397.

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

Color convert

RGB 5 73 89 -
CMYK 0.94 0.18 0 0.65
HSL 191.43º 0.89% 0.18% -
HSV(B) 191.43º 0.94% 0.35% -
XYZ 4.25 5.52 10.29 -
YUV 54.49 147.47 92.7 -
System Red Green Blue C M Y K H S L
Decimal 5 73 89 0.94 0.18 0 0.65 191.43 0.89 0.18
Hex 5 49 59 5E 12 0 41 BF 59 12
Octal 5 111 131 136 22 0 101 277 131 22
Binary 101 1001001 1011001 1011110 10010 0 1000001 10111111 1011001 10010

Color Harmonies of #054959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054959

Black with #054959

Text Example


Text Example

White with #054959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054959; }

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

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

background-color css

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

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

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

border-color css

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

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

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