#06525B

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

Shades of Sherpa Blue #06525B

Tints of Sherpa Blue #06525B

Color information

#06525B (or 0x06525B) is unknown color: approx Sherpa Blue. HEX triplet: 06, 52 and 5B. RGB value is (6,82,91). Sum of RGB (Red+Green+Blue) = 6+82+91=179 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.35% from 179); Green value is 82 (32.42% from 255 or 45.81% from 179); Blue value is 91 (35.94% from 255 or 50.84% from 179); Max value from RGB is 91 - color contains mainly: blue. Hex color #06525B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06525B is #F9ADA4. Grayscale: #3C3C3C. Windows color (decimal): -16362917 or 5984774. OLE color: 5984774.

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

Color convert

RGB68291-
CMYK0.930.1000.64
HSL186.35º87.63%19.02%-
HSV(B)186.35º93.41%35.69%-
XYZ4.986.8310.95-
YUV60.3145.3289.27-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.35%
GREEN value IS 82 (32.42% from 255) = 45.81%
BLUE value IS 91 (35.94% from 255) = 50.84%
R=3.35%
G=45.81%
B=50.84%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal682910.930.1000.64186.3587.6319.02
Hex6525B5DA040ba5813
Octal612213313512010027213023
Binary11010100101011011101110110100100000010111010101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06525B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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