#205B5B

Color #205B5B Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #205B5B

Tints of Blue Stone #205B5B

Color information

#205B5B (or 0x205B5B) is unknown color: approx Blue Stone. HEX triplet: 20, 5B and 5B. RGB value is (32,91,91). Sum of RGB (Red+Green+Blue) = 32+91+91=214 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.95% from 214); Green value is 91 (35.94% from 255 or 42.52% from 214); Blue value is 91 (35.94% from 255 or 42.52% from 214); Max value from RGB is 91 - color contains mainly: green, blue. Hex color #205B5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205B5B is #DFA4A4. Grayscale: #494949. Windows color (decimal): -14656677 or 5987104. OLE color: 5987104.

HSL color Cylindrical-coordinate representation of color #205B5B: hue angle of 180º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #205B5B is Cyan = 0.65, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB329191-
CMYK0.65000.64
HSL180º47.97%24.12%-
HSV(B)180º64.84%35.69%-
XYZ6.238.5411.22-
YUV73.36137.9598.5-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.95%
GREEN value IS 91 (35.94% from 255) = 42.52%
BLUE value IS 91 (35.94% from 255) = 42.52%
R=14.95%
G=42.52%
B=42.52%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3291910.65000.6418047.9724.12
Hex205B5B410040b43018
Octal40133133101001002646030
Binary1000001011011101101110000010010000001011010011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205B5B; }

 p { color: rgb(32,91,91); }

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

<style>
 a { background-color: #205B5B; }

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

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

<style>
 span { border-color: #205B5B; }

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

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