#716485

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

Shades of Kimberly #716485

Tints of Kimberly #716485

Color information

#716485 (or 0x716485) is unknown color: approx Kimberly. HEX triplet: 71, 64 and 85. RGB value is (113,100,133). Sum of RGB (Red+Green+Blue) = 113+100+133=346 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.66% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 133 (52.34% from 255 or 38.44% from 346); Max value from RGB is 133 - color contains mainly: blue. Hex color #716485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716485 is #8E9B7A. Grayscale: #6B6B6B. Windows color (decimal): -9345915 or 8742001. OLE color: 8742001.

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

Color convert

RGB113100133-
CMYK0.150.2500.48
HSL263.64º14.16%45.69%-
HSV(B)263.64º24.81%52.16%-
XYZ15.614.3224.13-
YUV107.65142.31131.82-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.66%
GREEN value IS 100 (39.45% from 255) = 28.90%
BLUE value IS 133 (52.34% from 255) = 38.44%
R=32.66%
G=28.90%
B=38.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1131001330.150.2500.48263.6414.1645.69
Hex716485F19030108e2e
Octal16114420517310604101656
Binary111000111001001000010111111100101100001000010001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716485; }

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

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

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

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

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

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

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

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