#65808B

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

Shades of Hoki #65808B

Tints of Hoki #65808B

Color information

#65808B (or 0x65808B) is unknown color: approx Hoki. HEX triplet: 65, 80 and 8B. RGB value is (101,128,139). Sum of RGB (Red+Green+Blue) = 101+128+139=368 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.45% from 368); Green value is 128 (50.39% from 255 or 34.78% from 368); Blue value is 139 (54.69% from 255 or 37.77% from 368); Max value from RGB is 139 - color contains mainly: blue. Hex color #65808B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65808B is #9A7F74. Grayscale: #797979. Windows color (decimal): -10125173 or 9142373. OLE color: 9142373.

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

Color convert

RGB101128139-
CMYK0.270.0800.45
HSL197.37º15.83%47.06%-
HSV(B)197.37º27.34%54.51%-
XYZ17.7520.0727.36-
YUV121.18138.05113.61-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.45%
GREEN value IS 128 (50.39% from 255) = 34.78%
BLUE value IS 139 (54.69% from 255) = 37.77%
R=27.45%
G=34.78%
B=37.77%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1011281390.270.0800.45197.3715.8347.06
Hex65808B1B802Dc5102f
Octal14520021333100553052057
Binary1100101100000001000101111011100001011011100010110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65808B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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