Html Css Color HEX #716189 Kimberly

📋 copy color: '#716189'

red 113 ◦ green 97 ◦ blue 137

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

Shades of Kimberly #716189

Tints of Kimberly #716189

RGB

 RED value IS 113 (44.53% from 255) = 32.56%

 GREEN value IS 97 (38.28% from 255) = 27.95%

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

R = 32.56%
G = 27.95%
B = 39.48%

CMYK

 C value IS 0.18

 M value IS 0.29

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#716189 (or 0x716189) is known color: Kimberly. HEX triplet: 71, 61 and 89. RGB value is (113,97,137). Sum of RGB (Red+Green+Blue) = 113+97+137=347 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.56% from 347); Green value is 97 (38.28% from 255 or 27.95% from 347); Blue value is 137 (53.91% from 255 or 39.48% from 347); Max value from RGB is 137 - color contains mainly: blue. Hex color #716189 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716189 is #8E9E76. Grayscale: #6A6A6A. Windows color (decimal): -9346679 or 9003377. OLE color: 9003377.

HSL color Cylindrical-coordinate representation of color #716189: hue angle of 264º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #716189 is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 113 97 137 -
CMYK 0.18 0.29 0 0.46
HSL 264º 0.17% 0.46% -
HSV(B) 264º 0.29% 0.54% -
XYZ 15.6 13.87 25.52 -
YUV 106.34 145.3 132.75 -
System Red Green Blue C M Y K H S L
Decimal 113 97 137 0.18 0.29 0 0.46 264 0.17 0.46
Hex 71 61 89 12 1D 0 2E 108 11 2E
Octal 161 141 211 22 35 0 56 410 21 56
Binary 1110001 1100001 10001001 10010 11101 0 101110 100001000 10001 101110

Color Harmonies of #716189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716189

Black with #716189

Text Example


Text Example

White with #716189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716189; }

 p { color: rgb(113,97,137); }

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

background-color css

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

 a { background-color: rgb(113,97,137); }

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

border-color css

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

 span { border-color: rgb(113,97,137); }

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