#716284

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

Shades of Kimberly #716284

Tints of Kimberly #716284

Color information

#716284 (or 0x716284) is unknown color: approx Kimberly. HEX triplet: 71, 62 and 84. RGB value is (113,98,132). Sum of RGB (Red+Green+Blue) = 113+98+132=343 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.94% from 343); Green value is 98 (38.67% from 255 or 28.57% from 343); Blue value is 132 (51.95% from 255 or 38.48% from 343); Max value from RGB is 132 - color contains mainly: blue. Hex color #716284 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716284 is #8E9D7B. Grayscale: #6A6A6A. Windows color (decimal): -9346428 or 8675953. OLE color: 8675953.

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

Color convert

RGB11398132-
CMYK0.140.2600.48
HSL266.47º14.78%45.1%-
HSV(B)266.47º25.76%51.76%-
XYZ15.3413.9123.71-
YUV106.36142.47132.74-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.94%
GREEN value IS 98 (38.67% from 255) = 28.57%
BLUE value IS 132 (51.95% from 255) = 38.48%
R=32.94%
G=28.57%
B=38.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal113981320.140.2600.48266.4714.7845.1
Hex716284E1A03010af2d
Octal16114220416320604121755
Binary111000111000101000010011101101001100001000010101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716284; }

 p { color: rgb(113,98,132); }

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

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

 a { background-color: rgb(113,98,132); }

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

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

 span { border-color: rgb(113,98,132); }

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