#657F82

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

Shades of Hoki #657F82

Tints of Hoki #657F82

Color information

#657F82 (or 0x657F82) is unknown color: approx Hoki. HEX triplet: 65, 7F and 82. RGB value is (101,127,130). Sum of RGB (Red+Green+Blue) = 101+127+130=358 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.21% from 358); Green value is 127 (50% from 255 or 35.47% from 358); Blue value is 130 (51.17% from 255 or 36.31% from 358); Max value from RGB is 130 - color contains mainly: blue. Hex color #657F82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657F82 is #9A807D. Grayscale: #777777. Windows color (decimal): -10125438 or 8552293. OLE color: 8552293.

HSL color Cylindrical-coordinate representation of color #657F82: hue angle of 186.21º 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 #657F82 is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB101127130-
CMYK0.220.0200.49
HSL186.21º12.55%45.29%-
HSV(B)186.21º22.31%50.98%-
XYZ16.9919.5624-
YUV119.57133.89114.76-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.21%
GREEN value IS 127 (50% from 255) = 35.47%
BLUE value IS 130 (51.17% from 255) = 36.31%
R=28.21%
G=35.47%
B=36.31%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1011271300.220.0200.49186.2112.5545.29
Hex657F82162031bad2d
Octal1451772022620612721555
Binary110010111111111000001010110100110001101110101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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