Html Css Color HEX #658289 Hoki

📋 copy color: '#658289'

red 101 ◦ green 130 ◦ blue 137

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

Shades of Hoki #658289

Tints of Hoki #658289

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.33%

 BLUE value IS 137 (53.91% from 255) = 37.23%

R = 27.45%
G = 35.33%
B = 37.23%

CMYK

 C value IS 0.26

 M value IS 0.05

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#658289 (or 0x658289) is known color: Hoki. HEX triplet: 65, 82 and 89. RGB value is (101,130,137). Sum of RGB (Red+Green+Blue) = 101+130+137=368 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.45% from 368); Green value is 130 (51.17% from 255 or 35.33% from 368); Blue value is 137 (53.91% from 255 or 37.23% from 368); Max value from RGB is 137 - color contains mainly: blue. Hex color #658289 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658289 is #9A7D76. Grayscale: #7A7A7A. Windows color (decimal): -10124663 or 9011813. OLE color: 9011813.

HSL color Cylindrical-coordinate representation of color #658289: hue angle of 191.67º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #658289 is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 101 130 137 -
CMYK 0.26 0.05 0 0.46
HSL 191.67º 0.15% 0.47% -
HSV(B) 191.67º 0.26% 0.54% -
XYZ 17.86 20.54 26.69 -
YUV 122.13 136.39 112.93 -
System Red Green Blue C M Y K H S L
Decimal 101 130 137 0.26 0.05 0 0.46 191.67 0.15 0.47
Hex 65 82 89 1A 5 0 2E C0 F 2F
Octal 145 202 211 32 5 0 56 300 17 57
Binary 1100101 10000010 10001001 11010 101 0 101110 11000000 1111 101111

Color Harmonies of #658289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658289

Black with #658289

Text Example


Text Example

White with #658289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658289; }

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

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

background-color css

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

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

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

border-color css

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

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

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