Html Css Color HEX #657B82 Hoki

📋 copy color: '#657B82'

red 101 ◦ green 123 ◦ blue 130

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

Shades of Hoki #657B82

Tints of Hoki #657B82

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.75%

 BLUE value IS 130 (51.17% from 255) = 36.72%

R = 28.53%
G = 34.75%
B = 36.72%

CMYK

 C value IS 0.22

 M value IS 0.05

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#657B82 (or 0x657B82) is known color: Hoki. HEX triplet: 65, 7B and 82. RGB value is (101,123,130). Sum of RGB (Red+Green+Blue) = 101+123+130=354 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.53% from 354); Green value is 123 (48.44% from 255 or 34.75% from 354); Blue value is 130 (51.17% from 255 or 36.72% from 354); Max value from RGB is 130 - color contains mainly: blue. Hex color #657B82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657B82 is #9A847D. Grayscale: #757575. Windows color (decimal): -10126462 or 8551269. OLE color: 8551269.

HSL color Cylindrical-coordinate representation of color #657B82: hue angle of 194.48º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #657B82 is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 101 123 130 -
CMYK 0.22 0.05 0 0.49
HSL 194.48º 0.13% 0.45% -
HSV(B) 194.48º 0.22% 0.51% -
XYZ 16.48 18.54 23.83 -
YUV 117.22 135.21 116.43 -
System Red Green Blue C M Y K H S L
Decimal 101 123 130 0.22 0.05 0 0.49 194.48 0.13 0.45
Hex 65 7B 82 16 5 0 31 C2 D 2D
Octal 145 173 202 26 5 0 61 302 15 55
Binary 1100101 1111011 10000010 10110 101 0 110001 11000010 1101 101101

Color Harmonies of #657B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657B82

Black with #657B82

Text Example


Text Example

White with #657B82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,123,130); }

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

background-color css

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

 a { background-color: rgb(101,123,130); }

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

border-color css

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

 span { border-color: rgb(101,123,130); }

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