#65809B

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

Shades of Slate Grey #65809B

Tints of Slate Grey #65809B

Color information

#65809B (or 0x65809B) is unknown color: approx Slate Grey. HEX triplet: 65, 80 and 9B. RGB value is (101,128,155). Sum of RGB (Red+Green+Blue) = 101+128+155=384 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.30% from 384); Green value is 128 (50.39% from 255 or 33.33% from 384); Blue value is 155 (60.94% from 255 or 40.36% from 384); Max value from RGB is 155 - color contains mainly: blue. Hex color #65809B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65809B is #9A7F64. Grayscale: #7A7A7A. Windows color (decimal): -10125157 or 10190949. OLE color: 10190949.

HSL color Cylindrical-coordinate representation of color #65809B: hue angle of 210º degrees, saturation: 0.21, 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 #65809B is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB101128155-
CMYK0.350.1700.39
HSL210º21.26%50.2%-
HSV(B)210º34.84%60.78%-
XYZ1920.5733.98-
YUV123146.05112.3-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.30%
GREEN value IS 128 (50.39% from 255) = 33.33%
BLUE value IS 155 (60.94% from 255) = 40.36%
R=26.30%
G=33.33%
B=40.36%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1011281550.350.1700.3921021.2650.2
Hex65809B2311027d21532
Octal14520023343210473222562
Binary110010110000000100110111000111000101001111101001010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65809B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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