#054C5D

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

Shades of Sherpa Blue #054C5D

Tints of Sherpa Blue #054C5D

Color information

#054C5D (or 0x054C5D) is unknown color: approx Sherpa Blue. HEX triplet: 05, 4C and 5D. RGB value is (5,76,93). Sum of RGB (Red+Green+Blue) = 5+76+93=174 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.87% from 174); Green value is 76 (30.08% from 255 or 43.68% from 174); Blue value is 93 (36.72% from 255 or 53.45% from 174); Max value from RGB is 93 - color contains mainly: blue. Hex color #054C5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054C5D is #FAB3A2. Grayscale: #383838. Windows color (decimal): -16429987 or 6114309. OLE color: 6114309.

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

Color convert

RGB57693-
CMYK0.950.1800.64
HSL191.59º89.8%19.22%-
HSV(B)191.59º94.62%36.47%-
XYZ4.625.9911.27-
YUV56.71148.4891.12-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.87%
GREEN value IS 76 (30.08% from 255) = 43.68%
BLUE value IS 93 (36.72% from 255) = 53.45%
R=2.87%
G=43.68%
B=53.45%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal576930.950.1800.64191.5989.819.22
Hex54C5D5F12040c05a13
Octal511413513722010030013223
Binary101100110010111011011111100100100000011000000101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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