#658084

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

Shades of Hoki #658084

Tints of Hoki #658084

Color information

#658084 (or 0x658084) is unknown color: approx Hoki. HEX triplet: 65, 80 and 84. RGB value is (101,128,132). Sum of RGB (Red+Green+Blue) = 101+128+132=361 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.98% from 361); Green value is 128 (50.39% from 255 or 35.46% from 361); Blue value is 132 (51.95% from 255 or 36.57% from 361); Max value from RGB is 132 - color contains mainly: blue. Hex color #658084 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658084 is #9A7F7B. Grayscale: #787878. Windows color (decimal): -10125180 or 8683621. OLE color: 8683621.

HSL color Cylindrical-coordinate representation of color #658084: hue angle of 187.74º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #658084 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB101128132-
CMYK0.230.0300.48
HSL187.74º13.3%45.69%-
HSV(B)187.74º23.48%51.76%-
XYZ17.2519.8724.76-
YUV120.38134.55114.17-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.98%
GREEN value IS 128 (50.39% from 255) = 35.46%
BLUE value IS 132 (51.95% from 255) = 36.57%
R=27.98%
G=35.46%
B=36.57%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1011281320.230.0300.48187.7413.345.69
Hex658084173030bcd2e
Octal1452002042730602741556
Binary1100101100000001000010010111110110000101111001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658084; }

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

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

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

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

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

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

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

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