#06535B

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

Shades of Sherpa Blue #06535B

Tints of Sherpa Blue #06535B

Color information

#06535B (or 0x06535B) is unknown color: approx Sherpa Blue. HEX triplet: 06, 53 and 5B. RGB value is (6,83,91). Sum of RGB (Red+Green+Blue) = 6+83+91=180 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.33% from 180); Green value is 83 (32.81% from 255 or 46.11% from 180); Blue value is 91 (35.94% from 255 or 50.56% from 180); Max value from RGB is 91 - color contains mainly: blue. Hex color #06535B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06535B is #F9ACA4. Grayscale: #3C3C3C. Windows color (decimal): -16362661 or 5985030. OLE color: 5985030.

HSL color Cylindrical-coordinate representation of color #06535B: hue angle of 185.65º 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 #06535B is Cyan = 0.93, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB68391-
CMYK0.930.0900.64
HSL185.65º87.63%19.02%-
HSV(B)185.65º93.41%35.69%-
XYZ5.066.9810.98-
YUV60.89144.9988.85-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.33%
GREEN value IS 83 (32.81% from 255) = 46.11%
BLUE value IS 91 (35.94% from 255) = 50.56%
R=3.33%
G=46.11%
B=50.56%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal683910.930.0900.64185.6587.6319.02
Hex6535B5D9040ba5813
Octal612313313511010027213023
Binary11010100111011011101110110010100000010111010101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06535B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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