#205C60

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

Shades of Blue Stone #205C60

Tints of Blue Stone #205C60

Color information

#205C60 (or 0x205C60) is unknown color: approx Blue Stone. HEX triplet: 20, 5C and 60. RGB value is (32,92,96). Sum of RGB (Red+Green+Blue) = 32+92+96=220 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.55% from 220); Green value is 92 (36.33% from 255 or 41.82% from 220); Blue value is 96 (37.89% from 255 or 43.64% from 220); Max value from RGB is 96 - color contains mainly: blue. Hex color #205C60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205C60 is #DFA39F. Grayscale: #4A4A4A. Windows color (decimal): -14656416 or 6315040. OLE color: 6315040.

HSL color Cylindrical-coordinate representation of color #205C60: hue angle of 183.75º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #205C60 is Cyan = 0.67, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB329296-
CMYK0.670.0400.62
HSL183.75º50%25.1%-
HSV(B)183.75º66.67%37.65%-
XYZ6.538.8112.42-
YUV74.52140.1297.67-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.55%
GREEN value IS 92 (36.33% from 255) = 41.82%
BLUE value IS 96 (37.89% from 255) = 43.64%
R=14.55%
G=41.82%
B=43.64%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3292960.670.0400.62183.755025.1
Hex205C6043403Eb83219
Octal4013414010340762706231
Binary10000010111001100000100001110001111101011100011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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