#054C4B

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

Shades of Sherpa Blue #054C4B

Tints of Sherpa Blue #054C4B

Color information

#054C4B (or 0x054C4B) is unknown color: approx Sherpa Blue. HEX triplet: 05, 4C and 4B. RGB value is (5,76,75). Sum of RGB (Red+Green+Blue) = 5+76+75=156 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.21% from 156); Green value is 76 (30.08% from 255 or 48.72% from 156); Blue value is 75 (29.69% from 255 or 48.08% from 156); Max value from RGB is 76 - color contains mainly: green. Hex color #054C4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054C4B is #FAB3B4. Grayscale: #363636. Windows color (decimal): -16430005 or 4934661. OLE color: 4934661.

HSL color Cylindrical-coordinate representation of color #054C4B: hue angle of 179.15º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054C4B is Cyan = 0.93, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.70.

Color convert

RGB57675-
CMYK0.9300.010.70
HSL179.15º87.65%15.88%-
HSV(B)179.15º93.42%29.8%-
XYZ3.925.717.55-
YUV54.66139.4892.58-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.21%
GREEN value IS 76 (30.08% from 255) = 48.72%
BLUE value IS 75 (29.69% from 255) = 48.08%
R=3.21%
G=48.72%
B=48.08%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal576750.9300.010.70179.1587.6515.88
Hex54C4B5D0146b35810
Octal51141131350110626313020
Binary10110011001001011101110101100011010110011101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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