Html Css Color HEX #054059 Sherpa Blue

📋 copy color: '#054059'

red 5 ◦ green 64 ◦ blue 89

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

Shades of Sherpa Blue #054059

Tints of Sherpa Blue #054059

RGB

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

 GREEN value IS 64 (25.39% from 255) = 40.51%

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

R = 3.16%
G = 40.51%
B = 56.33%

CMYK

 C value IS 0.94

 M value IS 0.28

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#054059 (or 0x054059) is known color: Sherpa Blue. HEX triplet: 05, 40 and 59. RGB value is (5,64,89). Sum of RGB (Red+Green+Blue) = 5+64+89=158 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.16% from 158); Green value is 64 (25.39% from 255 or 40.51% from 158); Blue value is 89 (35.16% from 255 or 56.33% from 158); Max value from RGB is 89 - color contains mainly: blue. Hex color #054059 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054059 is #FABFA6. Grayscale: #313131. Windows color (decimal): -16433063 or 5849093. OLE color: 5849093.

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

Color convert

RGB 5 64 89 -
CMYK 0.94 0.28 0 0.65
HSL 197.86º 0.89% 0.18% -
HSV(B) 197.86º 0.94% 0.35% -
XYZ 3.7 4.42 10.11 -
YUV 49.21 150.45 96.47 -
System Red Green Blue C M Y K H S L
Decimal 5 64 89 0.94 0.28 0 0.65 197.86 0.89 0.18
Hex 5 40 59 5E 1C 0 41 C6 59 12
Octal 5 100 131 136 34 0 101 306 131 22
Binary 101 1000000 1011001 1011110 11100 0 1000001 11000110 1011001 10010

Color Harmonies of #054059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054059

Black with #054059

Text Example


Text Example

White with #054059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054059; }

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

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

background-color css

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

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

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

border-color css

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

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

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