#65819B

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

Shades of Slate Grey #65819B

Tints of Slate Grey #65819B

Color information

#65819B (or 0x65819B) is unknown color: approx Slate Grey. HEX triplet: 65, 81 and 9B. RGB value is (101,129,155). Sum of RGB (Red+Green+Blue) = 101+129+155=385 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.23% from 385); Green value is 129 (50.78% from 255 or 33.51% from 385); Blue value is 155 (60.94% from 255 or 40.26% from 385); Max value from RGB is 155 - color contains mainly: blue. Hex color #65819B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65819B is #9A7E64. Grayscale: #7B7B7B. Windows color (decimal): -10124901 or 10191205. OLE color: 10191205.

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

Color convert

RGB101129155-
CMYK0.350.1700.39
HSL208.89º21.26%50.2%-
HSV(B)208.89º34.84%60.78%-
XYZ19.1320.8334.02-
YUV123.59145.72111.89-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.23%
GREEN value IS 129 (50.78% from 255) = 33.51%
BLUE value IS 155 (60.94% from 255) = 40.26%
R=26.23%
G=33.51%
B=40.26%

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
Decimal1011291550.350.1700.39208.8921.2650.2
Hex65819B2311027d11532
Octal14520123343210473212562
Binary110010110000001100110111000111000101001111101000110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65819B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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