#06524F

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

Shades of Sherpa Blue #06524F

Tints of Sherpa Blue #06524F

Color information

#06524F (or 0x06524F) is unknown color: approx Sherpa Blue. HEX triplet: 06, 52 and 4F. RGB value is (6,82,79). Sum of RGB (Red+Green+Blue) = 6+82+79=167 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.59% from 167); Green value is 82 (32.42% from 255 or 49.10% from 167); Blue value is 79 (31.25% from 255 or 47.31% from 167); Max value from RGB is 82 - color contains mainly: green. Hex color #06524F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06524F is #F9ADB0. Grayscale: #3A3A3A. Windows color (decimal): -16362929 or 5198342. OLE color: 5198342.

HSL color Cylindrical-coordinate representation of color #06524F: hue angle of 177.63º 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 #06524F is Cyan = 0.93, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.68.

Color convert

RGB68279-
CMYK0.9300.040.68
HSL177.63º86.36%17.25%-
HSV(B)177.63º92.68%32.16%-
XYZ4.56.648.44-
YUV58.93139.3290.24-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.59%
GREEN value IS 82 (32.42% from 255) = 49.10%
BLUE value IS 79 (31.25% from 255) = 47.31%
R=3.59%
G=49.10%
B=47.31%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal682790.9300.040.68177.6386.3617.25
Hex6524F5D0444b25611
Octal61221171350410426212621
Binary1101010010100111110111010100100010010110010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06524F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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