#657D84

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

Shades of Hoki #657D84

Tints of Hoki #657D84

Color information

#657D84 (or 0x657D84) is unknown color: approx Hoki. HEX triplet: 65, 7D and 84. RGB value is (101,125,132). Sum of RGB (Red+Green+Blue) = 101+125+132=358 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.21% from 358); Green value is 125 (49.22% from 255 or 34.92% from 358); Blue value is 132 (51.95% from 255 or 36.87% from 358); Max value from RGB is 132 - color contains mainly: blue. Hex color #657D84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657D84 is #9A827B. Grayscale: #767676. Windows color (decimal): -10125948 or 8682853. OLE color: 8682853.

HSL color Cylindrical-coordinate representation of color #657D84: hue angle of 193.55º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #657D84 is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB101125132-
CMYK0.230.0500.48
HSL193.55º13.3%45.69%-
HSV(B)193.55º23.48%51.76%-
XYZ16.8719.124.63-
YUV118.62135.55115.43-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.21%
GREEN value IS 125 (49.22% from 255) = 34.92%
BLUE value IS 132 (51.95% from 255) = 36.87%
R=28.21%
G=34.92%
B=36.87%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1011251320.230.0500.48193.5513.345.69
Hex657D84175030c2d2e
Octal1451752042750603021556
Binary1100101111110110000100101111010110000110000101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,125,132); }

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

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

 a { background-color: rgb(101,125,132); }

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

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

 span { border-color: rgb(101,125,132); }

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