#65597E

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

Shades of Kimberly #65597E

Tints of Kimberly #65597E

Color information

#65597E (or 0x65597E) is unknown color: approx Kimberly. HEX triplet: 65, 59 and 7E. RGB value is (101,89,126). Sum of RGB (Red+Green+Blue) = 101+89+126=316 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.96% from 316); Green value is 89 (35.16% from 255 or 28.16% from 316); Blue value is 126 (49.61% from 255 or 39.87% from 316); Max value from RGB is 126 - color contains mainly: blue. Hex color #65597E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65597E is #9AA681. Grayscale: #606060. Windows color (decimal): -10135170 or 8280421. OLE color: 8280421.

HSL color Cylindrical-coordinate representation of color #65597E: hue angle of 259.46º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #65597E is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10189126-
CMYK0.200.2900.51
HSL259.46º17.21%42.16%-
HSV(B)259.46º29.37%49.41%-
XYZ12.7111.4221.27-
YUV96.81144.48130.99-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.96%
GREEN value IS 89 (35.16% from 255) = 28.16%
BLUE value IS 126 (49.61% from 255) = 39.87%
R=31.96%
G=28.16%
B=39.87%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal101891260.200.2900.51259.4617.2142.16
Hex65597E141D033103112a
Octal14513117624350634032152
Binary1100101101100111111101010011101011001110000001110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65597E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65597E; }

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

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

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

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

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

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

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

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