#054C5B

Color #054C5B Sherpa Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherpa Blue #054C5B

Tints of Sherpa Blue #054C5B

Color information

#054C5B (or 0x054C5B) is unknown color: approx Sherpa Blue. HEX triplet: 05, 4C and 5B. RGB value is (5,76,91). Sum of RGB (Red+Green+Blue) = 5+76+91=172 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.91% from 172); Green value is 76 (30.08% from 255 or 44.19% from 172); Blue value is 91 (35.94% from 255 or 52.91% from 172); Max value from RGB is 91 - color contains mainly: blue. Hex color #054C5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054C5B is #FAB3A4. Grayscale: #383838. Windows color (decimal): -16429989 or 5983237. OLE color: 5983237.

HSL color Cylindrical-coordinate representation of color #054C5B: hue angle of 190.47º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #054C5B is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB57691-
CMYK0.950.1600.64
HSL190.47º89.58%18.82%-
HSV(B)190.47º94.51%35.69%-
XYZ4.545.9610.81-
YUV56.48147.4891.28-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.91%
GREEN value IS 76 (30.08% from 255) = 44.19%
BLUE value IS 91 (35.94% from 255) = 52.91%
R=2.91%
G=44.19%
B=52.91%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal576910.950.1600.64190.4789.5818.82
Hex54C5B5F10040be5a13
Octal511413313720010027613223
Binary101100110010110111011111100000100000010111110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,76,91); }

 H1.HeaderClassName
 {
   color: #054C5B;
 }
 .AnyTagClassName
 {
   color: #054C5B;
 }
</style>
background-color css

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

 a { background-color: rgb(5,76,91); }

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

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

 span { border-color: rgb(5,76,91); }

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