#658089

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

Shades of Hoki #658089

Tints of Hoki #658089

Color information

#658089 (or 0x658089) is unknown color: approx Hoki. HEX triplet: 65, 80 and 89. RGB value is (101,128,137). Sum of RGB (Red+Green+Blue) = 101+128+137=366 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.60% from 366); Green value is 128 (50.39% from 255 or 34.97% from 366); Blue value is 137 (53.91% from 255 or 37.43% from 366); Max value from RGB is 137 - color contains mainly: blue. Hex color #658089 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658089 is #9A7F76. Grayscale: #787878. Windows color (decimal): -10125175 or 9011301. OLE color: 9011301.

HSL color Cylindrical-coordinate representation of color #658089: hue angle of 195º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #658089 is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB101128137-
CMYK0.260.0700.46
HSL195º15.13%46.67%-
HSV(B)195º26.28%53.73%-
XYZ17.620.0126.6-
YUV120.95137.05113.77-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.60%
GREEN value IS 128 (50.39% from 255) = 34.97%
BLUE value IS 137 (53.91% from 255) = 37.43%
R=27.60%
G=34.97%
B=37.43%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1011281370.260.0700.4619515.1346.67
Hex6580891A702Ec3f2f
Octal1452002113270563031757
Binary11001011000000010001001110101110101110110000111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658089; }

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

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

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

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

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

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

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

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