Html Css Color HEX #716085 Kimberly

📋 copy color: '#716085'

red 113 ◦ green 96 ◦ blue 133

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

Shades of Kimberly #716085

Tints of Kimberly #716085

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.07%

 BLUE value IS 133 (52.34% from 255) = 38.89%

R = 33.04%
G = 28.07%
B = 38.89%

CMYK

 C value IS 0.15

 M value IS 0.28

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#716085 (or 0x716085) is known color: Kimberly. HEX triplet: 71, 60 and 85. RGB value is (113,96,133). Sum of RGB (Red+Green+Blue) = 113+96+133=342 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.04% from 342); Green value is 96 (37.89% from 255 or 28.07% from 342); Blue value is 133 (52.34% from 255 or 38.89% from 342); Max value from RGB is 133 - color contains mainly: blue. Hex color #716085 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716085 is #8E9F7A. Grayscale: #696969. Windows color (decimal): -9346939 or 8740977. OLE color: 8740977.

HSL color Cylindrical-coordinate representation of color #716085: hue angle of 267.57º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #716085 is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 113 96 133 -
CMYK 0.15 0.28 0 0.48
HSL 267.57º 0.16% 0.45% -
HSV(B) 267.57º 0.28% 0.52% -
XYZ 15.23 13.57 24.01 -
YUV 105.3 143.63 133.49 -
System Red Green Blue C M Y K H S L
Decimal 113 96 133 0.15 0.28 0 0.48 267.57 0.16 0.45
Hex 71 60 85 F 1C 0 30 10C 10 2D
Octal 161 140 205 17 34 0 60 414 20 55
Binary 1110001 1100000 10000101 1111 11100 0 110000 100001100 10000 101101

Color Harmonies of #716085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716085

Black with #716085

Text Example


Text Example

White with #716085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716085; }

 p { color: rgb(113,96,133); }

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

background-color css

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

 a { background-color: rgb(113,96,133); }

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

border-color css

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

 span { border-color: rgb(113,96,133); }

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