Html Css Color HEX #054B56 Sherpa Blue

📋 copy color: '#054B56'

red 5 ◦ green 75 ◦ blue 86

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

Shades of Sherpa Blue #054B56

Tints of Sherpa Blue #054B56

RGB

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

 GREEN value IS 75 (29.69% from 255) = 45.18%

 BLUE value IS 86 (33.98% from 255) = 51.81%

R = 3.01%
G = 45.18%
B = 51.81%

CMYK

 C value IS 0.94

 M value IS 0.13

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#054B56 (or 0x054B56) is known color: Sherpa Blue. HEX triplet: 05, 4B and 56. RGB value is (5,75,86). Sum of RGB (Red+Green+Blue) = 5+75+86=166 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.01% from 166); Green value is 75 (29.69% from 255 or 45.18% from 166); Blue value is 86 (33.98% from 255 or 51.81% from 166); Max value from RGB is 86 - color contains mainly: blue. Hex color #054B56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054B56 is #FAB4A9. Grayscale: #373737. Windows color (decimal): -16430250 or 5655301. OLE color: 5655301.

HSL color Cylindrical-coordinate representation of color #054B56: hue angle of 188.15º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #054B56 is Cyan = 0.94, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 5 75 86 -
CMYK 0.94 0.13 0 0.66
HSL 188.15º 0.89% 0.18% -
HSV(B) 188.15º 0.94% 0.34% -
XYZ 4.26 5.74 9.69 -
YUV 55.32 145.31 92.11 -
System Red Green Blue C M Y K H S L
Decimal 5 75 86 0.94 0.13 0 0.66 188.15 0.89 0.18
Hex 5 4B 56 5E D 0 42 BC 59 12
Octal 5 113 126 136 15 0 102 274 131 22
Binary 101 1001011 1010110 1011110 1101 0 1000010 10111100 1011001 10010

Color Harmonies of #054B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054B56

Black with #054B56

Text Example


Text Example

White with #054B56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054B56; }

 p { color: rgb(5,75,86); }

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

background-color css

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

 a { background-color: rgb(5,75,86); }

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

border-color css

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

 span { border-color: rgb(5,75,86); }

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