#657E87

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

Shades of Hoki #657E87

Tints of Hoki #657E87

Color information

#657E87 (or 0x657E87) is unknown color: approx Hoki. HEX triplet: 65, 7E and 87. RGB value is (101,126,135). Sum of RGB (Red+Green+Blue) = 101+126+135=362 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.90% from 362); Green value is 126 (49.61% from 255 or 34.81% from 362); Blue value is 135 (53.12% from 255 or 37.29% from 362); Max value from RGB is 135 - color contains mainly: blue. Hex color #657E87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657E87 is #9A8178. Grayscale: #777777. Windows color (decimal): -10125689 or 8879717. OLE color: 8879717.

HSL color Cylindrical-coordinate representation of color #657E87: hue angle of 195.88º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #657E87 is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB101126135-
CMYK0.250.0700.47
HSL195.88º14.41%46.27%-
HSV(B)195.88º25.19%52.94%-
XYZ17.219.4425.77-
YUV119.55136.72114.77-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.90%
GREEN value IS 126 (49.61% from 255) = 34.81%
BLUE value IS 135 (53.12% from 255) = 37.29%
R=27.90%
G=34.81%
B=37.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1011261350.250.0700.47195.8814.4146.27
Hex657E8719702Fc4e2e
Octal1451762073170573041656
Binary1100101111111010000111110011110101111110001001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,126,135); }

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

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

 a { background-color: rgb(101,126,135); }

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

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

 span { border-color: rgb(101,126,135); }

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