#655F91

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

Shades of Kimberly #655F91

Tints of Kimberly #655F91

Color information

#655F91 (or 0x655F91) is unknown color: approx Kimberly. HEX triplet: 65, 5F and 91. RGB value is (101,95,145). Sum of RGB (Red+Green+Blue) = 101+95+145=341 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.62% from 341); Green value is 95 (37.5% from 255 or 27.86% from 341); Blue value is 145 (57.03% from 255 or 42.52% from 341); Max value from RGB is 145 - color contains mainly: blue. Hex color #655F91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655F91 is #9AA06E. Grayscale: #666666. Windows color (decimal): -10133615 or 9527141. OLE color: 9527141.

HSL color Cylindrical-coordinate representation of color #655F91: hue angle of 247.2º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #655F91 is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB10195145-
CMYK0.300.3400.43
HSL247.2º20.83%47.06%-
HSV(B)247.2º34.48%56.86%-
XYZ14.571328.53-
YUV102.49151.99126.93-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.62%
GREEN value IS 95 (37.5% from 255) = 27.86%
BLUE value IS 145 (57.03% from 255) = 42.52%
R=29.62%
G=27.86%
B=42.52%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal101951450.300.3400.43247.220.8347.06
Hex655F911E2202Bf7152f
Octal14513722136420533672557
Binary11001011011111100100011111010001001010111111011110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,95,145); }

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

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

 a { background-color: rgb(101,95,145); }

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

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

 span { border-color: rgb(101,95,145); }

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