Html Css Color HEX #65809E Slate Grey

📋 copy color: '#65809E'

red 101 ◦ green 128 ◦ blue 158

#65809E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Grey #65809E

Tints of Slate Grey #65809E

RGB

 RED value IS 101 (39.84% from 255) = 26.1%

 GREEN value IS 128 (50.39% from 255) = 33.07%

 BLUE value IS 158 (62.11% from 255) = 40.83%

R = 26.1%
G = 33.07%
B = 40.83%

CMYK

 C value IS 0.36

 M value IS 0.19

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#65809E (or 0x65809E) is known color: Slate Grey. HEX triplet: 65, 80 and 9E. RGB value is (101,128,158). Sum of RGB (Red+Green+Blue) = 101+128+158=387 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.10% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 158 (62.11% from 255 or 40.83% from 387); Max value from RGB is 158 - color contains mainly: blue. Hex color #65809E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65809E is #9A7F61. Grayscale: #7B7B7B. Windows color (decimal): -10125154 or 10387557. OLE color: 10387557.

HSL color Cylindrical-coordinate representation of color #65809E: hue angle of 211.58º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #65809E is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 101 128 158 -
CMYK 0.36 0.19 0 0.38
HSL 211.58º 0.23% 0.51% -
HSV(B) 211.58º 0.36% 0.62% -
XYZ 19.26 20.67 35.32 -
YUV 123.35 147.55 112.06 -
System Red Green Blue C M Y K H S L
Decimal 101 128 158 0.36 0.19 0 0.38 211.58 0.23 0.51
Hex 65 80 9E 24 13 0 26 D4 17 33
Octal 145 200 236 44 23 0 46 324 27 63
Binary 1100101 10000000 10011110 100100 10011 0 100110 11010100 10111 110011

Color Harmonies of #65809E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65809E

Black with #65809E

Text Example


Text Example

White with #65809E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #65809E;
 }
 .AnyTagClassName
 {
   color: #65809E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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