#205A5B

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

Shades of Blue Stone #205A5B

Tints of Blue Stone #205A5B

Color information

#205A5B (or 0x205A5B) is unknown color: approx Blue Stone. HEX triplet: 20, 5A and 5B. RGB value is (32,90,91). Sum of RGB (Red+Green+Blue) = 32+90+91=213 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.02% from 213); Green value is 90 (35.55% from 255 or 42.25% from 213); Blue value is 91 (35.94% from 255 or 42.72% from 213); Max value from RGB is 91 - color contains mainly: blue. Hex color #205A5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205A5B is #DFA5A4. Grayscale: #484848. Windows color (decimal): -14656933 or 5986848. OLE color: 5986848.

HSL color Cylindrical-coordinate representation of color #205A5B: hue angle of 181.02º 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 #205A5B is Cyan = 0.65, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB329091-
CMYK0.650.0100.64
HSL181.02º47.97%24.12%-
HSV(B)181.02º64.84%35.69%-
XYZ6.148.3711.19-
YUV72.77138.2898.92-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.02%
GREEN value IS 90 (35.55% from 255) = 42.25%
BLUE value IS 91 (35.94% from 255) = 42.72%
R=15.02%
G=42.25%
B=42.72%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3290910.650.0100.64181.0247.9724.12
Hex205A5B411040b53018
Octal40132133101101002656030
Binary1000001011010101101110000011010000001011010111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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