#655A8B

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

Shades of Kimberly #655A8B

Tints of Kimberly #655A8B

Color information

#655A8B (or 0x655A8B) is unknown color: approx Kimberly. HEX triplet: 65, 5A and 8B. RGB value is (101,90,139). Sum of RGB (Red+Green+Blue) = 101+90+139=330 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.61% from 330); Green value is 90 (35.55% from 255 or 27.27% from 330); Blue value is 139 (54.69% from 255 or 42.12% from 330); Max value from RGB is 139 - color contains mainly: blue. Hex color #655A8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655A8B is #9AA574. Grayscale: #626262. Windows color (decimal): -10134901 or 9132645. OLE color: 9132645.

HSL color Cylindrical-coordinate representation of color #655A8B: hue angle of 253.47º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #655A8B is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10190139-
CMYK0.270.3500.45
HSL253.47º21.4%44.9%-
HSV(B)253.47º35.25%54.51%-
XYZ13.6811.9426.01-
YUV98.88150.64129.52-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.61%
GREEN value IS 90 (35.55% from 255) = 27.27%
BLUE value IS 139 (54.69% from 255) = 42.12%
R=30.61%
G=27.27%
B=42.12%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal101901390.270.3500.45253.4721.444.9
Hex655A8B1B2302Dfd152d
Octal14513221333430553752555
Binary11001011011010100010111101110001101011011111110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,90,139); }

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

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

 a { background-color: rgb(101,90,139); }

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

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

 span { border-color: rgb(101,90,139); }

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