Html Css Color HEX #716583 Kimberly

📋 copy color: '#716583'

red 113 ◦ green 101 ◦ blue 131

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

Shades of Kimberly #716583

Tints of Kimberly #716583

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 37.97%

R = 32.75%
G = 29.28%
B = 37.97%

CMYK

 C value IS 0.14

 M value IS 0.23

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#716583 (or 0x716583) is known color: Kimberly. HEX triplet: 71, 65 and 83. RGB value is (113,101,131). Sum of RGB (Red+Green+Blue) = 113+101+131=345 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.75% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 131 (51.56% from 255 or 37.97% from 345); Max value from RGB is 131 - color contains mainly: blue. Hex color #716583 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716583 is #8E9A7C. Grayscale: #6B6B6B. Windows color (decimal): -9345661 or 8611185. OLE color: 8611185.

HSL color Cylindrical-coordinate representation of color #716583: hue angle of 264º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #716583 is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 101 131 -
CMYK 0.14 0.23 0 0.49
HSL 264º 0.13% 0.45% -
HSV(B) 264º 0.23% 0.51% -
XYZ 15.56 14.46 23.44 -
YUV 108.01 140.98 131.56 -
System Red Green Blue C M Y K H S L
Decimal 113 101 131 0.14 0.23 0 0.49 264 0.13 0.45
Hex 71 65 83 E 17 0 31 108 D 2D
Octal 161 145 203 16 27 0 61 410 15 55
Binary 1110001 1100101 10000011 1110 10111 0 110001 100001000 1101 101101

Color Harmonies of #716583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716583

Black with #716583

Text Example


Text Example

White with #716583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716583; }

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

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

background-color css

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

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

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

border-color css

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

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

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