#657E83

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

Shades of Hoki #657E83

Tints of Hoki #657E83

Color information

#657E83 (or 0x657E83) is unknown color: approx Hoki. HEX triplet: 65, 7E and 83. RGB value is (101,126,131). Sum of RGB (Red+Green+Blue) = 101+126+131=358 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.21% from 358); Green value is 126 (49.61% from 255 or 35.20% from 358); Blue value is 131 (51.56% from 255 or 36.59% from 358); Max value from RGB is 131 - color contains mainly: blue. Hex color #657E83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657E83 is #9A817C. Grayscale: #777777. Windows color (decimal): -10125693 or 8617573. OLE color: 8617573.

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

Color convert

RGB101126131-
CMYK0.230.0400.49
HSL190º12.93%45.49%-
HSV(B)190º22.9%51.37%-
XYZ16.9219.3324.31-
YUV119.09134.72115.09-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.21%
GREEN value IS 126 (49.61% from 255) = 35.20%
BLUE value IS 131 (51.56% from 255) = 36.59%
R=28.21%
G=35.20%
B=36.59%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1011261310.230.0400.4919012.9345.49
Hex657E83174031bed2d
Octal1451762032740612761555
Binary1100101111111010000011101111000110001101111101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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