Html Css Color HEX #716588 Kimberly

📋 copy color: '#716588'

red 113 ◦ green 101 ◦ blue 136

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

Shades of Kimberly #716588

Tints of Kimberly #716588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 38.86%

R = 32.29%
G = 28.86%
B = 38.86%

CMYK

 C value IS 0.17

 M value IS 0.26

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#716588 (or 0x716588) is known color: Kimberly. HEX triplet: 71, 65 and 88. RGB value is (113,101,136). Sum of RGB (Red+Green+Blue) = 113+101+136=350 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.29% from 350); Green value is 101 (39.84% from 255 or 28.86% from 350); Blue value is 136 (53.52% from 255 or 38.86% from 350); Max value from RGB is 136 - color contains mainly: blue. Hex color #716588 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716588 is #8E9A77. Grayscale: #6C6C6C. Windows color (decimal): -9345656 or 8938865. OLE color: 8938865.

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

Color convert

RGB 113 101 136 -
CMYK 0.17 0.26 0 0.47
HSL 260.57º 0.15% 0.46% -
HSV(B) 260.57º 0.26% 0.53% -
XYZ 15.91 14.6 25.27 -
YUV 108.58 143.48 131.15 -
System Red Green Blue C M Y K H S L
Decimal 113 101 136 0.17 0.26 0 0.47 260.57 0.15 0.46
Hex 71 65 88 11 1A 0 2F 105 F 2E
Octal 161 145 210 21 32 0 57 405 17 56
Binary 1110001 1100101 10001000 10001 11010 0 101111 100000101 1111 101110

Color Harmonies of #716588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716588

Black with #716588

Text Example


Text Example

White with #716588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716588; }

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

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

background-color css

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

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

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

border-color css

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

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

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