#05534E

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

Shades of Sherpa Blue #05534E

Tints of Sherpa Blue #05534E

Color information

#05534E (or 0x05534E) is unknown color: approx Sherpa Blue. HEX triplet: 05, 53 and 4E. RGB value is (5,83,78). Sum of RGB (Red+Green+Blue) = 5+83+78=166 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.01% from 166); Green value is 83 (32.81% from 255 or 50% from 166); Blue value is 78 (30.86% from 255 or 46.99% from 166); Max value from RGB is 83 - color contains mainly: green. Hex color #05534E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05534E is #FAACB1. Grayscale: #3B3B3B. Windows color (decimal): -16428210 or 5133061. OLE color: 5133061.

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

Color convert

RGB58378-
CMYK0.9400.060.67
HSL176.15º88.64%17.25%-
HSV(B)176.15º93.98%32.55%-
XYZ4.536.778.28-
YUV59.11138.6689.41-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.01%
GREEN value IS 83 (32.81% from 255) = 50%
BLUE value IS 78 (30.86% from 255) = 46.99%
R=3.01%
G=50%
B=46.99%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal583780.9400.060.67176.1588.6417.25
Hex5534E5E0643b05911
Octal51231161360610326013121
Binary1011010011100111010111100110100001110110000101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05534E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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