Html Css Color HEX #054459 Sherpa Blue

📋 copy color: '#054459'

red 5 ◦ green 68 ◦ blue 89

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

Shades of Sherpa Blue #054459

Tints of Sherpa Blue #054459

RGB

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

 GREEN value IS 68 (26.95% from 255) = 41.98%

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

R = 3.09%
G = 41.98%
B = 54.94%

CMYK

 C value IS 0.94

 M value IS 0.24

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#054459 (or 0x054459) is known color: Sherpa Blue. HEX triplet: 05, 44 and 59. RGB value is (5,68,89). Sum of RGB (Red+Green+Blue) = 5+68+89=162 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.09% from 162); Green value is 68 (26.95% from 255 or 41.98% from 162); Blue value is 89 (35.16% from 255 or 54.94% from 162); Max value from RGB is 89 - color contains mainly: blue. Hex color #054459 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054459 is #FABBA6. Grayscale: #333333. Windows color (decimal): -16432039 or 5850117. OLE color: 5850117.

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

Color convert

RGB 5 68 89 -
CMYK 0.94 0.24 0 0.65
HSL 195º 0.89% 0.18% -
HSV(B) 195º 0.94% 0.35% -
XYZ 3.93 4.89 10.19 -
YUV 51.56 149.13 94.79 -
System Red Green Blue C M Y K H S L
Decimal 5 68 89 0.94 0.24 0 0.65 195 0.89 0.18
Hex 5 44 59 5E 18 0 41 C3 59 12
Octal 5 104 131 136 30 0 101 303 131 22
Binary 101 1000100 1011001 1011110 11000 0 1000001 11000011 1011001 10010

Color Harmonies of #054459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054459

Black with #054459

Text Example


Text Example

White with #054459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054459; }

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

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

background-color css

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

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

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

border-color css

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

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

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