#65808A

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

Shades of Hoki #65808A

Tints of Hoki #65808A

Color information

#65808A (or 0x65808A) is unknown color: approx Hoki. HEX triplet: 65, 80 and 8A. RGB value is (101,128,138). Sum of RGB (Red+Green+Blue) = 101+128+138=367 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.52% from 367); Green value is 128 (50.39% from 255 or 34.88% from 367); Blue value is 138 (54.30% from 255 or 37.60% from 367); Max value from RGB is 138 - color contains mainly: blue. Hex color #65808A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65808A is #9A7F75. Grayscale: #797979. Windows color (decimal): -10125174 or 9076837. OLE color: 9076837.

HSL color Cylindrical-coordinate representation of color #65808A: hue angle of 196.22º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #65808A is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB101128138-
CMYK0.270.0700.46
HSL196.22º15.48%46.86%-
HSV(B)196.22º26.81%54.12%-
XYZ17.6720.0426.98-
YUV121.07137.55113.69-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.52%
GREEN value IS 128 (50.39% from 255) = 34.88%
BLUE value IS 138 (54.30% from 255) = 37.60%
R=27.52%
G=34.88%
B=37.60%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1011281380.270.0700.46196.2215.4846.86
Hex65808A1B702Ec4f2f
Octal1452002123370563041757
Binary11001011000000010001010110111110101110110001001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65808A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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