#716581

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

Shades of Kimberly #716581

Tints of Kimberly #716581

Color information

#716581 (or 0x716581) is unknown color: approx Kimberly. HEX triplet: 71, 65 and 81. RGB value is (113,101,129). Sum of RGB (Red+Green+Blue) = 113+101+129=343 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.94% from 343); Green value is 101 (39.84% from 255 or 29.45% from 343); Blue value is 129 (50.78% from 255 or 37.61% from 343); Max value from RGB is 129 - color contains mainly: blue. Hex color #716581 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716581 is #8E9A7E. Grayscale: #6B6B6B. Windows color (decimal): -9345663 or 8480113. OLE color: 8480113.

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

Color convert

RGB113101129-
CMYK0.120.2200.49
HSL265.71º12.17%45.1%-
HSV(B)265.71º21.71%50.59%-
XYZ15.4314.422.74-
YUV107.78139.98131.72-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.94%
GREEN value IS 101 (39.84% from 255) = 29.45%
BLUE value IS 129 (50.78% from 255) = 37.61%
R=32.94%
G=29.45%
B=37.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1131011290.120.2200.49265.7112.1745.1
Hex716581C1603110ac2d
Octal16114520114260614121455
Binary111000111001011000000111001011001100011000010101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716581; }

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

 H1.HeaderClassName
 {
   color: #716581;
 }
 .AnyTagClassName
 {
   color: #716581;
 }
</style>
background-color css

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

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

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

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

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

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