#658085

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

Shades of Hoki #658085

Tints of Hoki #658085

Color information

#658085 (or 0x658085) is unknown color: approx Hoki. HEX triplet: 65, 80 and 85. RGB value is (101,128,133). Sum of RGB (Red+Green+Blue) = 101+128+133=362 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.90% from 362); Green value is 128 (50.39% from 255 or 35.36% from 362); Blue value is 133 (52.34% from 255 or 36.74% from 362); Max value from RGB is 133 - color contains mainly: blue. Hex color #658085 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658085 is #9A7F7A. Grayscale: #787878. Windows color (decimal): -10125179 or 8749157. OLE color: 8749157.

HSL color Cylindrical-coordinate representation of color #658085: hue angle of 189.37º 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 #658085 is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB101128133-
CMYK0.240.0400.48
HSL189.37º13.68%45.88%-
HSV(B)189.37º24.06%52.16%-
XYZ17.3219.925.12-
YUV120.5135.05114.09-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.90%
GREEN value IS 128 (50.39% from 255) = 35.36%
BLUE value IS 133 (52.34% from 255) = 36.74%
R=27.90%
G=35.36%
B=36.74%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1011281330.240.0400.48189.3713.6845.88
Hex658085184030bde2e
Octal1452002053040602751656
Binary11001011000000010000101110001000110000101111011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658085; }

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

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

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

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

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

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

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

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