#655B84

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

Shades of Kimberly #655B84

Tints of Kimberly #655B84

Color information

#655B84 (or 0x655B84) is unknown color: approx Kimberly. HEX triplet: 65, 5B and 84. RGB value is (101,91,132). Sum of RGB (Red+Green+Blue) = 101+91+132=324 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.17% from 324); Green value is 91 (35.94% from 255 or 28.09% from 324); Blue value is 132 (51.95% from 255 or 40.74% from 324); Max value from RGB is 132 - color contains mainly: blue. Hex color #655B84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655B84 is #9AA47B. Grayscale: #626262. Windows color (decimal): -10134652 or 8674149. OLE color: 8674149.

HSL color Cylindrical-coordinate representation of color #655B84: hue angle of 254.63º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #655B84 is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10191132-
CMYK0.230.3100.48
HSL254.63º18.39%43.73%-
HSV(B)254.63º31.06%51.76%-
XYZ13.2711.9123.43-
YUV98.66146.81129.67-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.17%
GREEN value IS 91 (35.94% from 255) = 28.09%
BLUE value IS 132 (51.95% from 255) = 40.74%
R=31.17%
G=28.09%
B=40.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal101911320.230.3100.48254.6318.3943.73
Hex655B84171F030ff122c
Octal14513320427370603772254
Binary1100101101101110000100101111111101100001111111110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655B84; }

 p { color: rgb(101,91,132); }

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

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

 a { background-color: rgb(101,91,132); }

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

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

 span { border-color: rgb(101,91,132); }

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