#05544B

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

Shades of Sherpa Blue #05544B

Tints of Sherpa Blue #05544B

Color information

#05544B (or 0x05544B) is unknown color: approx Sherpa Blue. HEX triplet: 05, 54 and 4B. RGB value is (5,84,75). Sum of RGB (Red+Green+Blue) = 5+84+75=164 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.05% from 164); Green value is 84 (33.20% from 255 or 51.22% from 164); Blue value is 75 (29.69% from 255 or 45.73% from 164); Max value from RGB is 84 - color contains mainly: green. Hex color #05544B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05544B is #FAABB4. Grayscale: #3B3B3B. Windows color (decimal): -16427957 or 4936709. OLE color: 4936709.

HSL color Cylindrical-coordinate representation of color #05544B: hue angle of 173.16º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05544B is Cyan = 0.94, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB58475-
CMYK0.9400.110.67
HSL173.16º88.76%17.45%-
HSV(B)173.16º94.05%32.94%-
XYZ4.56.887.75-
YUV59.35136.8389.23-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.05%
GREEN value IS 84 (33.20% from 255) = 51.22%
BLUE value IS 75 (29.69% from 255) = 45.73%
R=3.05%
G=51.22%
B=45.73%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal584750.9400.110.67173.1688.7617.45
Hex5544B5E0B43ad5911
Octal512411313601310325513121
Binary10110101001001011101111001011100001110101101101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05544B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05544B; }

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

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

<style>
 a { background-color: #05544B; }

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

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

<style>
 span { border-color: #05544B; }

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

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