Html Css Color HEX #657C85 Hoki

📋 copy color: '#657C85'

red 101 ◦ green 124 ◦ blue 133

#657C85
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hoki #657C85

Tints of Hoki #657C85

RGB

 RED value IS 101 (39.84% from 255) = 28.21%

 GREEN value IS 124 (48.83% from 255) = 34.64%

 BLUE value IS 133 (52.34% from 255) = 37.15%

R = 28.21%
G = 34.64%
B = 37.15%

CMYK

 C value IS 0.24

 M value IS 0.07

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#657C85 (or 0x657C85) is known color: Hoki. HEX triplet: 65, 7C and 85. RGB value is (101,124,133). Sum of RGB (Red+Green+Blue) = 101+124+133=358 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.21% from 358); Green value is 124 (48.83% from 255 or 34.64% from 358); Blue value is 133 (52.34% from 255 or 37.15% from 358); Max value from RGB is 133 - color contains mainly: blue. Hex color #657C85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657C85 is #9A837A. Grayscale: #767676. Windows color (decimal): -10126203 or 8748133. OLE color: 8748133.

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

Color convert

RGB 101 124 133 -
CMYK 0.24 0.07 0 0.48
HSL 196.88º 0.14% 0.46% -
HSV(B) 196.88º 0.24% 0.52% -
XYZ 16.81 18.88 24.95 -
YUV 118.15 136.38 115.77 -
System Red Green Blue C M Y K H S L
Decimal 101 124 133 0.24 0.07 0 0.48 196.88 0.14 0.46
Hex 65 7C 85 18 7 0 30 C5 E 2E
Octal 145 174 205 30 7 0 60 305 16 56
Binary 1100101 1111100 10000101 11000 111 0 110000 11000101 1110 101110

Color Harmonies of #657C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657C85

Black with #657C85

Text Example


Text Example

White with #657C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #657C85;
 }
 .AnyTagClassName
 {
   color: #657C85;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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