#06525D

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

Shades of Sherpa Blue #06525D

Tints of Sherpa Blue #06525D

Color information

#06525D (or 0x06525D) is unknown color: approx Sherpa Blue. HEX triplet: 06, 52 and 5D. RGB value is (6,82,93). Sum of RGB (Red+Green+Blue) = 6+82+93=181 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.31% from 181); Green value is 82 (32.42% from 255 or 45.30% from 181); Blue value is 93 (36.72% from 255 or 51.38% from 181); Max value from RGB is 93 - color contains mainly: blue. Hex color #06525D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06525D is #F9ADA2. Grayscale: #3C3C3C. Windows color (decimal): -16362915 or 6115846. OLE color: 6115846.

HSL color Cylindrical-coordinate representation of color #06525D: hue angle of 187.59º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06525D is Cyan = 0.94, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB68293-
CMYK0.940.1200.64
HSL187.59º87.88%19.41%-
HSV(B)187.59º93.55%36.47%-
XYZ5.076.8611.41-
YUV60.53146.3289.11-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.31%
GREEN value IS 82 (32.42% from 255) = 45.30%
BLUE value IS 93 (36.72% from 255) = 51.38%
R=3.31%
G=45.30%
B=51.38%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal682930.940.1200.64187.5987.8819.41
Hex6525D5EC040bc5813
Octal612213513614010027413023
Binary11010100101011101101111011000100000010111100101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06525D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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