Html Css Color HEX #716589 Kimberly

📋 copy color: '#716589'

red 113 ◦ green 101 ◦ blue 137

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

Shades of Kimberly #716589

Tints of Kimberly #716589

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.77%

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

R = 32.19%
G = 28.77%
B = 39.03%

CMYK

 C value IS 0.18

 M value IS 0.26

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#716589 (or 0x716589) is known color: Kimberly. HEX triplet: 71, 65 and 89. RGB value is (113,101,137). Sum of RGB (Red+Green+Blue) = 113+101+137=351 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.19% from 351); Green value is 101 (39.84% from 255 or 28.77% from 351); Blue value is 137 (53.91% from 255 or 39.03% from 351); Max value from RGB is 137 - color contains mainly: blue. Hex color #716589 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716589 is #8E9A76. Grayscale: #6C6C6C. Windows color (decimal): -9345655 or 9004401. OLE color: 9004401.

HSL color Cylindrical-coordinate representation of color #716589: hue angle of 260º 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 #716589 is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 113 101 137 -
CMYK 0.18 0.26 0 0.46
HSL 260º 0.15% 0.47% -
HSV(B) 260º 0.26% 0.54% -
XYZ 15.98 14.62 25.65 -
YUV 108.69 143.98 131.07 -
System Red Green Blue C M Y K H S L
Decimal 113 101 137 0.18 0.26 0 0.46 260 0.15 0.47
Hex 71 65 89 12 1A 0 2E 104 F 2F
Octal 161 145 211 22 32 0 56 404 17 57
Binary 1110001 1100101 10001001 10010 11010 0 101110 100000100 1111 101111

Color Harmonies of #716589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716589

Black with #716589

Text Example


Text Example

White with #716589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716589; }

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

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

background-color css

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

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

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

border-color css

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

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

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