#054D5C

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

Shades of Sherpa Blue #054D5C

Tints of Sherpa Blue #054D5C

Color information

#054D5C (or 0x054D5C) is unknown color: approx Sherpa Blue. HEX triplet: 05, 4D and 5C. RGB value is (5,77,92). Sum of RGB (Red+Green+Blue) = 5+77+92=174 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.87% from 174); Green value is 77 (30.47% from 255 or 44.25% from 174); Blue value is 92 (36.33% from 255 or 52.87% from 174); Max value from RGB is 92 - color contains mainly: blue. Hex color #054D5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #054D5C is #FAB2A3. Grayscale: #393939. Windows color (decimal): -16429732 or 6049029. OLE color: 6049029.

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

Color convert

RGB57792-
CMYK0.950.1600.64
HSL190.34º89.69%19.02%-
HSV(B)190.34º94.57%36.08%-
XYZ4.656.1111.06-
YUV57.18147.6590.78-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.87%
GREEN value IS 77 (30.47% from 255) = 44.25%
BLUE value IS 92 (36.33% from 255) = 52.87%
R=2.87%
G=44.25%
B=52.87%

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
Decimal577920.950.1600.64190.3489.6919.02
Hex54D5C5F10040be5a13
Octal511513413720010027613223
Binary101100110110111001011111100000100000010111110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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