#65828C

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

Shades of Hoki #65828C

Tints of Hoki #65828C

Color information

#65828C (or 0x65828C) is unknown color: approx Hoki. HEX triplet: 65, 82 and 8C. RGB value is (101,130,140). Sum of RGB (Red+Green+Blue) = 101+130+140=371 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.22% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 140 (55.08% from 255 or 37.74% from 371); Max value from RGB is 140 - color contains mainly: blue. Hex color #65828C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65828C is #9A7D73. Grayscale: #7A7A7A. Windows color (decimal): -10124660 or 9208421. OLE color: 9208421.

HSL color Cylindrical-coordinate representation of color #65828C: hue angle of 195.38º 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 #65828C is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB101130140-
CMYK0.280.0700.45
HSL195.38º16.18%47.25%-
HSV(B)195.38º27.86%54.9%-
XYZ18.0820.6327.84-
YUV122.47137.89112.69-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.22%
GREEN value IS 130 (51.17% from 255) = 35.04%
BLUE value IS 140 (55.08% from 255) = 37.74%
R=27.22%
G=35.04%
B=37.74%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1011301400.280.0700.45195.3816.1847.25
Hex65828C1C702Dc3102f
Octal1452022143470553032057
Binary110010110000010100011001110011101011011100001110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65828C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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