#65818C

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

Shades of Hoki #65818C

Tints of Hoki #65818C

Color information

#65818C (or 0x65818C) is unknown color: approx Hoki. HEX triplet: 65, 81 and 8C. RGB value is (101,129,140). Sum of RGB (Red+Green+Blue) = 101+129+140=370 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.30% from 370); Green value is 129 (50.78% from 255 or 34.86% from 370); Blue value is 140 (55.08% from 255 or 37.84% from 370); Max value from RGB is 140 - color contains mainly: blue. Hex color #65818C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65818C is #9A7E73. Grayscale: #797979. Windows color (decimal): -10124916 or 9208165. OLE color: 9208165.

HSL color Cylindrical-coordinate representation of color #65818C: hue angle of 196.92º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #65818C is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB101129140-
CMYK0.280.0800.45
HSL196.92º16.18%47.25%-
HSV(B)196.92º27.86%54.9%-
XYZ17.9520.3627.79-
YUV121.88138.22113.11-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.30%
GREEN value IS 129 (50.78% from 255) = 34.86%
BLUE value IS 140 (55.08% from 255) = 37.84%
R=27.30%
G=34.86%
B=37.84%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1011291400.280.0800.45196.9216.1847.25
Hex65818C1C802Dc5102f
Octal14520121434100553052057
Binary1100101100000011000110011100100001011011100010110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65818C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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