Html Css Color HEX #715E86 Kimberly

📋 copy color: '#715E86'

red 113 ◦ green 94 ◦ blue 134

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

Shades of Kimberly #715E86

Tints of Kimberly #715E86

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.57%

 BLUE value IS 134 (52.73% from 255) = 39.3%

R = 33.14%
G = 27.57%
B = 39.3%

CMYK

 C value IS 0.16

 M value IS 0.30

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#715E86 (or 0x715E86) is known color: Kimberly. HEX triplet: 71, 5E and 86. RGB value is (113,94,134). Sum of RGB (Red+Green+Blue) = 113+94+134=341 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.14% from 341); Green value is 94 (37.11% from 255 or 27.57% from 341); Blue value is 134 (52.73% from 255 or 39.30% from 341); Max value from RGB is 134 - color contains mainly: blue. Hex color #715E86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715E86 is #8EA179. Grayscale: #686868. Windows color (decimal): -9347450 or 8806001. OLE color: 8806001.

HSL color Cylindrical-coordinate representation of color #715E86: hue angle of 268.5º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #715E86 is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 113 94 134 -
CMYK 0.16 0.30 0 0.47
HSL 268.5º 0.18% 0.45% -
HSV(B) 268.5º 0.3% 0.53% -
XYZ 15.12 13.24 24.31 -
YUV 104.24 144.79 134.25 -
System Red Green Blue C M Y K H S L
Decimal 113 94 134 0.16 0.30 0 0.47 268.5 0.18 0.45
Hex 71 5E 86 10 1E 0 2F 10C 12 2D
Octal 161 136 206 20 36 0 57 414 22 55
Binary 1110001 1011110 10000110 10000 11110 0 101111 100001100 10010 101101

Color Harmonies of #715E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715E86

Black with #715E86

Text Example


Text Example

White with #715E86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715E86; }

 p { color: rgb(113,94,134); }

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

background-color css

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

 a { background-color: rgb(113,94,134); }

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

border-color css

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

 span { border-color: rgb(113,94,134); }

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