#05524D

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

Shades of Sherpa Blue #05524D

Tints of Sherpa Blue #05524D

Color information

#05524D (or 0x05524D) is unknown color: approx Sherpa Blue. HEX triplet: 05, 52 and 4D. RGB value is (5,82,77). Sum of RGB (Red+Green+Blue) = 5+82+77=164 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.05% from 164); Green value is 82 (32.42% from 255 or 50% from 164); Blue value is 77 (30.47% from 255 or 46.95% from 164); Max value from RGB is 82 - color contains mainly: green. Hex color #05524D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05524D is #FAADB2. Grayscale: #3A3A3A. Windows color (decimal): -16428467 or 5067269. OLE color: 5067269.

HSL color Cylindrical-coordinate representation of color #05524D: hue angle of 176.1º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05524D is Cyan = 0.94, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB58277-
CMYK0.9400.060.68
HSL176.1º88.51%17.06%-
HSV(B)176.1º93.9%32.16%-
XYZ4.426.68.06-
YUV58.41138.4989.91-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.05%
GREEN value IS 82 (32.42% from 255) = 50%
BLUE value IS 77 (30.47% from 255) = 46.95%
R=3.05%
G=50%
B=46.95%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal582770.9400.060.68176.188.5117.06
Hex5524D5E0644b05911
Octal51221151360610426013121
Binary1011010010100110110111100110100010010110000101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05524D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05524D; }

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

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

<style>
 a { background-color: #05524D; }

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

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

<style>
 span { border-color: #05524D; }

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

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