#054C5C

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

Shades of Sherpa Blue #054C5C

Tints of Sherpa Blue #054C5C

Color information

#054C5C (or 0x054C5C) is unknown color: approx Sherpa Blue. HEX triplet: 05, 4C and 5C. RGB value is (5,76,92). Sum of RGB (Red+Green+Blue) = 5+76+92=173 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.89% from 173); Green value is 76 (30.08% from 255 or 43.93% from 173); Blue value is 92 (36.33% from 255 or 53.18% from 173); Max value from RGB is 92 - color contains mainly: blue. Hex color #054C5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054C5C is #FAB3A3. Grayscale: #383838. Windows color (decimal): -16429988 or 6048773. OLE color: 6048773.

HSL color Cylindrical-coordinate representation of color #054C5C: hue angle of 191.03º 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 #054C5C is Cyan = 0.95, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB57692-
CMYK0.950.1700.64
HSL191.03º89.69%19.02%-
HSV(B)191.03º94.57%36.08%-
XYZ4.585.9711.04-
YUV56.59147.9891.2-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.89%
GREEN value IS 76 (30.08% from 255) = 43.93%
BLUE value IS 92 (36.33% from 255) = 53.18%
R=2.89%
G=43.93%
B=53.18%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal576920.950.1700.64191.0389.6919.02
Hex54C5C5F11040bf5a13
Octal511413413721010027713223
Binary101100110010111001011111100010100000010111111101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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