#205D63

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

Shades of Blue Stone #205D63

Tints of Blue Stone #205D63

Color information

#205D63 (or 0x205D63) is unknown color: approx Blue Stone. HEX triplet: 20, 5D and 63. RGB value is (32,93,99). Sum of RGB (Red+Green+Blue) = 32+93+99=224 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.29% from 224); Green value is 93 (36.72% from 255 or 41.52% from 224); Blue value is 99 (39.06% from 255 or 44.20% from 224); Max value from RGB is 99 - color contains mainly: blue. Hex color #205D63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205D63 is #DFA29C. Grayscale: #4B4B4B. Windows color (decimal): -14656157 or 6511904. OLE color: 6511904.

HSL color Cylindrical-coordinate representation of color #205D63: hue angle of 185.37º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #205D63 is Cyan = 0.68, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB329399-
CMYK0.680.0600.61
HSL185.37º51.15%25.69%-
HSV(B)185.37º67.68%38.82%-
XYZ6.769.0413.19-
YUV75.44141.2997.01-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.29%
GREEN value IS 93 (36.72% from 255) = 41.52%
BLUE value IS 99 (39.06% from 255) = 44.20%
R=14.29%
G=41.52%
B=44.20%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3293990.680.0600.61185.3751.1525.69
Hex205D6344603Db9331a
Octal4013514310460752716332
Binary10000010111011100011100010011001111011011100111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,93,99); }

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

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

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

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

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

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

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