#06524E

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

Shades of Sherpa Blue #06524E

Tints of Sherpa Blue #06524E

Color information

#06524E (or 0x06524E) is unknown color: approx Sherpa Blue. HEX triplet: 06, 52 and 4E. RGB value is (6,82,78). Sum of RGB (Red+Green+Blue) = 6+82+78=166 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.61% from 166); Green value is 82 (32.42% from 255 or 49.40% from 166); Blue value is 78 (30.86% from 255 or 46.99% from 166); Max value from RGB is 82 - color contains mainly: green. Hex color #06524E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06524E is #F9ADB1. Grayscale: #3A3A3A. Windows color (decimal): -16362930 or 5132806. OLE color: 5132806.

HSL color Cylindrical-coordinate representation of color #06524E: hue angle of 176.84º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06524E is Cyan = 0.93, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.68.

Color convert

RGB68278-
CMYK0.9300.050.68
HSL176.84º86.36%17.25%-
HSV(B)176.84º92.68%32.16%-
XYZ4.476.628.25-
YUV58.82138.8290.33-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.61%
GREEN value IS 82 (32.42% from 255) = 49.40%
BLUE value IS 78 (30.86% from 255) = 46.99%
R=3.61%
G=49.40%
B=46.99%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal682780.9300.050.68176.8486.3617.25
Hex6524E5D0544b15611
Octal61221161350510426112621
Binary1101010010100111010111010101100010010110001101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06524E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,82,78); }

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

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

 a { background-color: rgb(6,82,78); }

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

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

 span { border-color: rgb(6,82,78); }

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