#657F83

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

Shades of Hoki #657F83

Tints of Hoki #657F83

Color information

#657F83 (or 0x657F83) is unknown color: approx Hoki. HEX triplet: 65, 7F and 83. RGB value is (101,127,131). Sum of RGB (Red+Green+Blue) = 101+127+131=359 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.13% from 359); Green value is 127 (50% from 255 or 35.38% from 359); Blue value is 131 (51.56% from 255 or 36.49% from 359); Max value from RGB is 131 - color contains mainly: blue. Hex color #657F83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657F83 is #9A807C. Grayscale: #777777. Windows color (decimal): -10125437 or 8617829. OLE color: 8617829.

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

Color convert

RGB101127131-
CMYK0.230.0300.49
HSL188º12.93%45.49%-
HSV(B)188º22.9%51.37%-
XYZ17.0519.5824.35-
YUV119.68134.39114.67-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.13%
GREEN value IS 127 (50% from 255) = 35.38%
BLUE value IS 131 (51.56% from 255) = 36.49%
R=28.13%
G=35.38%
B=36.49%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1011271310.230.0300.4918812.9345.49
Hex657F83173031bcd2d
Octal1451772032730612741555
Binary110010111111111000001110111110110001101111001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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