#65809C

Color #65809C Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Grey #65809C

Tints of Slate Grey #65809C

Color information

#65809C (or 0x65809C) is unknown color: approx Slate Grey. HEX triplet: 65, 80 and 9C. RGB value is (101,128,156). Sum of RGB (Red+Green+Blue) = 101+128+156=385 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.23% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 156 (61.33% from 255 or 40.52% from 385); Max value from RGB is 156 - color contains mainly: blue. Hex color #65809C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65809C is #9A7F63. Grayscale: #7A7A7A. Windows color (decimal): -10125156 or 10256485. OLE color: 10256485.

HSL color Cylindrical-coordinate representation of color #65809C: hue angle of 210.55º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #65809C is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB101128156-
CMYK0.350.1800.39
HSL210.55º21.74%50.39%-
HSV(B)210.55º35.26%61.18%-
XYZ19.0920.6134.42-
YUV123.12146.55112.22-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.23%
GREEN value IS 128 (50.39% from 255) = 33.25%
BLUE value IS 156 (61.33% from 255) = 40.52%
R=26.23%
G=33.25%
B=40.52%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1011281560.350.1800.39210.5521.7450.39
Hex65809C2312027d31632
Octal14520023443220473232662
Binary110010110000000100111001000111001001001111101001110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65809C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,128,156); }

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

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

 a { background-color: rgb(101,128,156); }

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

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

 span { border-color: rgb(101,128,156); }

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