Html Css Color HEX #054458 Sherpa Blue

📋 copy color: '#054458'

red 5 ◦ green 68 ◦ blue 88

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

Shades of Sherpa Blue #054458

Tints of Sherpa Blue #054458

RGB

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

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

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

R = 3.11%
G = 42.24%
B = 54.66%

CMYK

 C value IS 0.94

 M value IS 0.23

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#054458 (or 0x054458) is known color: Sherpa Blue. HEX triplet: 05, 44 and 58. RGB value is (5,68,88). Sum of RGB (Red+Green+Blue) = 5+68+88=161 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.11% from 161); Green value is 68 (26.95% from 255 or 42.24% from 161); Blue value is 88 (34.77% from 255 or 54.66% from 161); Max value from RGB is 88 - color contains mainly: blue. Hex color #054458 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054458 is #FABBA7. Grayscale: #333333. Windows color (decimal): -16432040 or 5784581. OLE color: 5784581.

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

Color convert

RGB 5 68 88 -
CMYK 0.94 0.23 0 0.65
HSL 194.46º 0.89% 0.18% -
HSV(B) 194.46º 0.94% 0.35% -
XYZ 3.89 4.87 9.97 -
YUV 51.44 148.63 94.87 -
System Red Green Blue C M Y K H S L
Decimal 5 68 88 0.94 0.23 0 0.65 194.46 0.89 0.18
Hex 5 44 58 5E 17 0 41 C2 59 12
Octal 5 104 130 136 27 0 101 302 131 22
Binary 101 1000100 1011000 1011110 10111 0 1000001 11000010 1011001 10010

Color Harmonies of #054458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054458

Black with #054458

Text Example


Text Example

White with #054458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054458; }

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

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

background-color css

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

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

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

border-color css

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

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

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