#655C8E

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

Shades of Kimberly #655C8E

Tints of Kimberly #655C8E

Color information

#655C8E (or 0x655C8E) is unknown color: approx Kimberly. HEX triplet: 65, 5C and 8E. RGB value is (101,92,142). Sum of RGB (Red+Green+Blue) = 101+92+142=335 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.15% from 335); Green value is 92 (36.33% from 255 or 27.46% from 335); Blue value is 142 (55.86% from 255 or 42.39% from 335); Max value from RGB is 142 - color contains mainly: blue. Hex color #655C8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655C8E is #9AA371. Grayscale: #646464. Windows color (decimal): -10134386 or 9329765. OLE color: 9329765.

HSL color Cylindrical-coordinate representation of color #655C8E: hue angle of 250.8º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #655C8E is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10192142-
CMYK0.290.3500.44
HSL250.8º21.37%45.88%-
HSV(B)250.8º35.21%55.69%-
XYZ14.0812.3727.24-
YUV100.39151.48128.43-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.15%
GREEN value IS 92 (36.33% from 255) = 27.46%
BLUE value IS 142 (55.86% from 255) = 42.39%
R=30.15%
G=27.46%
B=42.39%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal101921420.290.3500.44250.821.3745.88
Hex655C8E1D2302Cfb152e
Octal14513421635430543732556
Binary11001011011100100011101110110001101011001111101110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,92,142); }

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

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

 a { background-color: rgb(101,92,142); }

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

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

 span { border-color: rgb(101,92,142); }

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