Html Css Color HEX #657D85 Hoki

📋 copy color: '#657D85'

red 101 ◦ green 125 ◦ blue 133

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

Shades of Hoki #657D85

Tints of Hoki #657D85

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.82%

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

R = 28.13%
G = 34.82%
B = 37.05%

CMYK

 C value IS 0.24

 M value IS 0.06

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#657D85 (or 0x657D85) is known color: Hoki. HEX triplet: 65, 7D and 85. RGB value is (101,125,133). Sum of RGB (Red+Green+Blue) = 101+125+133=359 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.13% from 359); Green value is 125 (49.22% from 255 or 34.82% from 359); Blue value is 133 (52.34% from 255 or 37.05% from 359); Max value from RGB is 133 - color contains mainly: blue. Hex color #657D85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657D85 is #9A827A. Grayscale: #767676. Windows color (decimal): -10125947 or 8748389. OLE color: 8748389.

HSL color Cylindrical-coordinate representation of color #657D85: hue angle of 195º 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 #657D85 is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 101 125 133 -
CMYK 0.24 0.06 0 0.48
HSL 195º 0.14% 0.46% -
HSV(B) 195º 0.24% 0.52% -
XYZ 16.93 19.13 24.99 -
YUV 118.74 136.05 115.35 -
System Red Green Blue C M Y K H S L
Decimal 101 125 133 0.24 0.06 0 0.48 195 0.14 0.46
Hex 65 7D 85 18 6 0 30 C3 E 2E
Octal 145 175 205 30 6 0 60 303 16 56
Binary 1100101 1111101 10000101 11000 110 0 110000 11000011 1110 101110

Color Harmonies of #657D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657D85

Black with #657D85

Text Example


Text Example

White with #657D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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