#716583

Color #716583 Kimberly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kimberly #716583

Tints of Kimberly #716583

Color information

#716583 (or 0x716583) is unknown color: approx 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

RGB113101131-
CMYK0.140.2300.49
HSL264º12.93%45.49%-
HSV(B)264º22.9%51.37%-
XYZ15.5614.4623.44-
YUV108.01140.98131.56-

RGB Variations

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

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 (Cyan) values IS 0.14
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1131011310.140.2300.4926412.9345.49
Hex716583E17031108d2d
Octal16114520316270614101555
Binary111000111001011000001111101011101100011000010001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>