#20565C

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

Shades of Blue Stone #20565C

Tints of Blue Stone #20565C

Color information

#20565C (or 0x20565C) is unknown color: approx Blue Stone. HEX triplet: 20, 56 and 5C. RGB value is (32,86,92). Sum of RGB (Red+Green+Blue) = 32+86+92=210 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.24% from 210); Green value is 86 (33.98% from 255 or 40.95% from 210); Blue value is 92 (36.33% from 255 or 43.81% from 210); Max value from RGB is 92 - color contains mainly: blue. Hex color #20565C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20565C is #DFA9A3. Grayscale: #464646. Windows color (decimal): -14657956 or 6051360. OLE color: 6051360.

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

Color convert

RGB328692-
CMYK0.650.0700.64
HSL186º48.39%24.31%-
HSV(B)186º65.22%36.08%-
XYZ5.867.7411.31-
YUV70.54140.11100.51-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.24%
GREEN value IS 86 (33.98% from 255) = 40.95%
BLUE value IS 92 (36.33% from 255) = 43.81%
R=15.24%
G=40.95%
B=43.81%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3286920.650.0700.6418648.3924.31
Hex20565C417040ba3018
Octal40126134101701002726030
Binary100000101011010111001000001111010000001011101011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20565C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20565C; }

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

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

<style>
 a { background-color: #20565C; }

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

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

<style>
 span { border-color: #20565C; }

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

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