#054F5B

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

Shades of Sherpa Blue #054F5B

Tints of Sherpa Blue #054F5B

Color information

#054F5B (or 0x054F5B) is unknown color: approx Sherpa Blue. HEX triplet: 05, 4F and 5B. RGB value is (5,79,91). Sum of RGB (Red+Green+Blue) = 5+79+91=175 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.86% from 175); Green value is 79 (31.25% from 255 or 45.14% from 175); Blue value is 91 (35.94% from 255 or 52% from 175); Max value from RGB is 91 - color contains mainly: blue. Hex color #054F5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #054F5B is #FAB0A4. Grayscale: #3A3A3A. Windows color (decimal): -16429221 or 5984005. OLE color: 5984005.

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

Color convert

RGB57991-
CMYK0.950.1300.64
HSL188.37º89.58%18.82%-
HSV(B)188.37º94.51%35.69%-
XYZ4.756.3810.88-
YUV58.24146.4890.02-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.86%
GREEN value IS 79 (31.25% from 255) = 45.14%
BLUE value IS 91 (35.94% from 255) = 52%
R=2.86%
G=45.14%
B=52%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal579910.950.1300.64188.3789.5818.82
Hex54F5B5FD040bc5a13
Octal511713313715010027413223
Binary10110011111011011101111111010100000010111100101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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