#205C66

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

Shades of Blue Stone #205C66

Tints of Blue Stone #205C66

Color information

#205C66 (or 0x205C66) is unknown color: approx Blue Stone. HEX triplet: 20, 5C and 66. RGB value is (32,92,102). Sum of RGB (Red+Green+Blue) = 32+92+102=226 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.16% from 226); Green value is 92 (36.33% from 255 or 40.71% from 226); Blue value is 102 (40.23% from 255 or 45.13% from 226); Max value from RGB is 102 - color contains mainly: blue. Hex color #205C66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205C66 is #DFA399. Grayscale: #4B4B4B. Windows color (decimal): -14656410 or 6708256. OLE color: 6708256.

HSL color Cylindrical-coordinate representation of color #205C66: hue angle of 188.57º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #205C66 is Cyan = 0.69, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3292102-
CMYK0.690.1000.6
HSL188.57º52.24%26.27%-
HSV(B)188.57º68.63%40%-
XYZ6.828.9213.93-
YUV75.2143.1297.19-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.16%
GREEN value IS 92 (36.33% from 255) = 40.71%
BLUE value IS 102 (40.23% from 255) = 45.13%
R=14.16%
G=40.71%
B=45.13%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal32921020.690.1000.6188.5752.2426.27
Hex205C6645A03Cbd341a
Octal40134146105120742756432
Binary100000101110011001101000101101001111001011110111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,92,102); }

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

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

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

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

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

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

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