#658082

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

Shades of Hoki #658082

Tints of Hoki #658082

Color information

#658082 (or 0x658082) is unknown color: approx Hoki. HEX triplet: 65, 80 and 82. RGB value is (101,128,130). Sum of RGB (Red+Green+Blue) = 101+128+130=359 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.13% from 359); Green value is 128 (50.39% from 255 or 35.65% from 359); Blue value is 130 (51.17% from 255 or 36.21% from 359); Max value from RGB is 130 - color contains mainly: blue. Hex color #658082 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658082 is #9A7F7D. Grayscale: #787878. Windows color (decimal): -10125182 or 8552549. OLE color: 8552549.

HSL color Cylindrical-coordinate representation of color #658082: hue angle of 184.14º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #658082 is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB101128130-
CMYK0.220.0200.49
HSL184.14º12.55%45.29%-
HSV(B)184.14º22.31%50.98%-
XYZ17.1219.8224.04-
YUV120.16133.55114.34-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.13%
GREEN value IS 128 (50.39% from 255) = 35.65%
BLUE value IS 130 (51.17% from 255) = 36.21%
R=28.13%
G=35.65%
B=36.21%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1011281300.220.0200.49184.1412.5545.29
Hex658082162031b8d2d
Octal1452002022620612701555
Binary1100101100000001000001010110100110001101110001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658082; }

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

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

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

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

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

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

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

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