Html Css Color HEX #716191 Kimberly

📋 copy color: '#716191'

red 113 ◦ green 97 ◦ blue 145

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

Shades of Kimberly #716191

Tints of Kimberly #716191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 40.85%

R = 31.83%
G = 27.32%
B = 40.85%

CMYK

 C value IS 0.22

 M value IS 0.33

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#716191 (or 0x716191) is known color: Kimberly. HEX triplet: 71, 61 and 91. RGB value is (113,97,145). Sum of RGB (Red+Green+Blue) = 113+97+145=355 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.83% from 355); Green value is 97 (38.28% from 255 or 27.32% from 355); Blue value is 145 (57.03% from 255 or 40.85% from 355); Max value from RGB is 145 - color contains mainly: blue. Hex color #716191 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716191 is #8E9E6E. Grayscale: #6B6B6B. Windows color (decimal): -9346671 or 9527665. OLE color: 9527665.

HSL color Cylindrical-coordinate representation of color #716191: hue angle of 260º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #716191 is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 113 97 145 -
CMYK 0.22 0.33 0 0.43
HSL 260º 0.2% 0.47% -
HSV(B) 260º 0.33% 0.57% -
XYZ 16.2 14.1 28.66 -
YUV 107.26 149.3 132.1 -
System Red Green Blue C M Y K H S L
Decimal 113 97 145 0.22 0.33 0 0.43 260 0.2 0.47
Hex 71 61 91 16 21 0 2B 104 14 2F
Octal 161 141 221 26 41 0 53 404 24 57
Binary 1110001 1100001 10010001 10110 100001 0 101011 100000100 10100 101111

Color Harmonies of #716191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716191

Black with #716191

Text Example


Text Example

White with #716191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716191; }

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

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

background-color css

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

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

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

border-color css

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

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

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