#658285

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

Shades of Hoki #658285

Tints of Hoki #658285

Color information

#658285 (or 0x658285) is unknown color: approx Hoki. HEX triplet: 65, 82 and 85. RGB value is (101,130,133). Sum of RGB (Red+Green+Blue) = 101+130+133=364 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.75% from 364); Green value is 130 (51.17% from 255 or 35.71% from 364); Blue value is 133 (52.34% from 255 or 36.54% from 364); Max value from RGB is 133 - color contains mainly: blue. Hex color #658285 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658285 is #9A7D7A. Grayscale: #797979. Windows color (decimal): -10124667 or 8749669. OLE color: 8749669.

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

Color convert

RGB101130133-
CMYK0.240.0200.48
HSL185.62º13.68%45.88%-
HSV(B)185.62º24.06%52.16%-
XYZ17.5820.4325.21-
YUV121.67134.39113.26-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.75%
GREEN value IS 130 (51.17% from 255) = 35.71%
BLUE value IS 133 (52.34% from 255) = 36.54%
R=27.75%
G=35.71%
B=36.54%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1011301330.240.0200.48185.6213.6845.88
Hex658285182030bae2e
Octal1452022053020602721656
Binary1100101100000101000010111000100110000101110101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658285; }

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

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

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

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

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

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

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

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