#05534C

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

Shades of Sherpa Blue #05534C

Tints of Sherpa Blue #05534C

Color information

#05534C (or 0x05534C) is unknown color: approx Sherpa Blue. HEX triplet: 05, 53 and 4C. RGB value is (5,83,76). Sum of RGB (Red+Green+Blue) = 5+83+76=164 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.05% from 164); Green value is 83 (32.81% from 255 or 50.61% from 164); Blue value is 76 (30.08% from 255 or 46.34% from 164); Max value from RGB is 83 - color contains mainly: green. Hex color #05534C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05534C is #FAACB3. Grayscale: #3A3A3A. Windows color (decimal): -16428212 or 5001989. OLE color: 5001989.

HSL color Cylindrical-coordinate representation of color #05534C: hue angle of 174.62º 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 #05534C is Cyan = 0.94, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB58376-
CMYK0.9400.080.67
HSL174.62º88.64%17.25%-
HSV(B)174.62º93.98%32.55%-
XYZ4.466.747.9-
YUV58.88137.6689.57-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.05%
GREEN value IS 83 (32.81% from 255) = 50.61%
BLUE value IS 76 (30.08% from 255) = 46.34%
R=3.05%
G=50.61%
B=46.34%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal583760.9400.080.67174.6288.6417.25
Hex5534C5E0843af5911
Octal512311413601010325713121
Binary10110100111001100101111001000100001110101111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05534C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05534C; }

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

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

<style>
 a { background-color: #05534C; }

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

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

<style>
 span { border-color: #05534C; }

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

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