#655980

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

Shades of Kimberly #655980

Tints of Kimberly #655980

Color information

#655980 (or 0x655980) is unknown color: approx Kimberly. HEX triplet: 65, 59 and 80. RGB value is (101,89,128). Sum of RGB (Red+Green+Blue) = 101+89+128=318 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.76% from 318); Green value is 89 (35.16% from 255 or 27.99% from 318); Blue value is 128 (50.39% from 255 or 40.25% from 318); Max value from RGB is 128 - color contains mainly: blue. Hex color #655980 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655980 is #9AA67F. Grayscale: #606060. Windows color (decimal): -10135168 or 8411493. OLE color: 8411493.

HSL color Cylindrical-coordinate representation of color #655980: hue angle of 258.46º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #655980 is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB10189128-
CMYK0.210.3000.50
HSL258.46º17.97%42.55%-
HSV(B)258.46º30.47%50.2%-
XYZ12.8411.4721.96-
YUV97.03145.48130.83-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.76%
GREEN value IS 89 (35.16% from 255) = 27.99%
BLUE value IS 128 (50.39% from 255) = 40.25%
R=31.76%
G=27.99%
B=40.25%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal101891280.210.3000.50258.4617.9742.55
Hex655980151E032102122b
Octal14513120025360624022253
Binary11001011011001100000001010111110011001010000001010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655980; }

 p { color: rgb(101,89,128); }

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

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

 a { background-color: rgb(101,89,128); }

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

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

 span { border-color: rgb(101,89,128); }

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