#658185

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

Shades of Hoki #658185

Tints of Hoki #658185

Color information

#658185 (or 0x658185) is unknown color: approx Hoki. HEX triplet: 65, 81 and 85. RGB value is (101,129,133). Sum of RGB (Red+Green+Blue) = 101+129+133=363 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.82% from 363); Green value is 129 (50.78% from 255 or 35.54% from 363); Blue value is 133 (52.34% from 255 or 36.64% from 363); Max value from RGB is 133 - color contains mainly: blue. Hex color #658185 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658185 is #9A7E7A. Grayscale: #797979. Windows color (decimal): -10124923 or 8749413. OLE color: 8749413.

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

Color convert

RGB101129133-
CMYK0.240.0300.48
HSL187.5º13.68%45.88%-
HSV(B)187.5º24.06%52.16%-
XYZ17.4520.1625.16-
YUV121.08134.72113.67-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.82%
GREEN value IS 129 (50.78% from 255) = 35.54%
BLUE value IS 133 (52.34% from 255) = 36.64%
R=27.82%
G=35.54%
B=36.64%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1011291330.240.0300.48187.513.6845.88
Hex658185183030bbe2e
Octal1452012053030602731656
Binary1100101100000011000010111000110110000101110111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658185; }

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

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

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

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

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

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

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

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