#657A82

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

Shades of Hoki #657A82

Tints of Hoki #657A82

Color information

#657A82 (or 0x657A82) is unknown color: approx Hoki. HEX triplet: 65, 7A and 82. RGB value is (101,122,130). Sum of RGB (Red+Green+Blue) = 101+122+130=353 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.61% from 353); Green value is 122 (48.05% from 255 or 34.56% from 353); Blue value is 130 (51.17% from 255 or 36.83% from 353); Max value from RGB is 130 - color contains mainly: blue. Hex color #657A82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657A82 is #9A857D. Grayscale: #747474. Windows color (decimal): -10126718 or 8551013. OLE color: 8551013.

HSL color Cylindrical-coordinate representation of color #657A82: hue angle of 196.55º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #657A82 is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB101122130-
CMYK0.220.0600.49
HSL196.55º12.55%45.29%-
HSV(B)196.55º22.31%50.98%-
XYZ16.3618.323.79-
YUV116.63135.54116.85-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.61%
GREEN value IS 122 (48.05% from 255) = 34.56%
BLUE value IS 130 (51.17% from 255) = 36.83%
R=28.61%
G=34.56%
B=36.83%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1011221300.220.0600.49196.5512.5545.29
Hex657A82166031c5d2d
Octal1451722022660613051555
Binary1100101111101010000010101101100110001110001011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657A82; }

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

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

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

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

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

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

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

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