Html Css Color HEX #657982 Hoki

📋 copy color: '#657982'

red 101 ◦ green 121 ◦ blue 130

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

Shades of Hoki #657982

Tints of Hoki #657982

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.38%

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

R = 28.69%
G = 34.38%
B = 36.93%

CMYK

 C value IS 0.22

 M value IS 0.07

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#657982 (or 0x657982) is known color: Hoki. HEX triplet: 65, 79 and 82. RGB value is (101,121,130). Sum of RGB (Red+Green+Blue) = 101+121+130=352 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.69% from 352); Green value is 121 (47.66% from 255 or 34.38% from 352); Blue value is 130 (51.17% from 255 or 36.93% from 352); Max value from RGB is 130 - color contains mainly: blue. Hex color #657982 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657982 is #9A867D. Grayscale: #737373. Windows color (decimal): -10126974 or 8550757. OLE color: 8550757.

HSL color Cylindrical-coordinate representation of color #657982: hue angle of 198.62º 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 #657982 is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 101 121 130 -
CMYK 0.22 0.07 0 0.49
HSL 198.62º 0.13% 0.45% -
HSV(B) 198.62º 0.22% 0.51% -
XYZ 16.23 18.05 23.75 -
YUV 116.05 135.87 117.27 -
System Red Green Blue C M Y K H S L
Decimal 101 121 130 0.22 0.07 0 0.49 198.62 0.13 0.45
Hex 65 79 82 16 7 0 31 C7 D 2D
Octal 145 171 202 26 7 0 61 307 15 55
Binary 1100101 1111001 10000010 10110 111 0 110001 11000111 1101 101101

Color Harmonies of #657982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657982

Black with #657982

Text Example


Text Example

White with #657982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #657982; }

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

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

background-color css

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

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

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

border-color css

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

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

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