#615580

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

Shades of Kimberly #615580

Tints of Kimberly #615580

Color information

#615580 (or 0x615580) is unknown color: approx Kimberly. HEX triplet: 61, 55 and 80. RGB value is (97,85,128). Sum of RGB (Red+Green+Blue) = 97+85+128=310 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.29% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 128 (50.39% from 255 or 41.29% from 310); Max value from RGB is 128 - color contains mainly: blue. Hex color #615580 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615580 is #9EAA7F. Grayscale: #5D5D5D. Windows color (decimal): -10398336 or 8410465. OLE color: 8410465.

HSL color Cylindrical-coordinate representation of color #615580: hue angle of 256.74º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #615580 is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9785128-
CMYK0.240.3400.50
HSL256.74º20.19%41.76%-
HSV(B)256.74º33.59%50.2%-
XYZ12.0710.621.83-
YUV93.49147.48130.5-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.29%
GREEN value IS 85 (33.59% from 255) = 27.42%
BLUE value IS 128 (50.39% from 255) = 41.29%
R=31.29%
G=27.42%
B=41.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal97851280.240.3400.50256.7420.1941.76
Hex6155801822032101142a
Octal14112520030420624012452
Binary110000110101011000000011000100010011001010000000110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615580; }

 p { color: rgb(97,85,128); }

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

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

 a { background-color: rgb(97,85,128); }

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

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

 span { border-color: rgb(97,85,128); }

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