#657C83

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

Shades of Hoki #657C83

Tints of Hoki #657C83

Color information

#657C83 (or 0x657C83) is unknown color: approx Hoki. HEX triplet: 65, 7C and 83. RGB value is (101,124,131). Sum of RGB (Red+Green+Blue) = 101+124+131=356 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.37% from 356); Green value is 124 (48.83% from 255 or 34.83% from 356); Blue value is 131 (51.56% from 255 or 36.80% from 356); Max value from RGB is 131 - color contains mainly: blue. Hex color #657C83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657C83 is #9A837C. Grayscale: #757575. Windows color (decimal): -10126205 or 8617061. OLE color: 8617061.

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

Color convert

RGB101124131-
CMYK0.230.0500.49
HSL194º12.93%45.49%-
HSV(B)194º22.9%51.37%-
XYZ16.6718.8224.23-
YUV117.92135.38115.93-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.37%
GREEN value IS 124 (48.83% from 255) = 34.83%
BLUE value IS 131 (51.56% from 255) = 36.80%
R=28.37%
G=34.83%
B=36.80%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1011241310.230.0500.4919412.9345.49
Hex657C83175031c2d2d
Octal1451742032750613021555
Binary1100101111110010000011101111010110001110000101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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