#65557D

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

Shades of Kimberly #65557D

Tints of Kimberly #65557D

Color information

#65557D (or 0x65557D) is unknown color: approx Kimberly. HEX triplet: 65, 55 and 7D. RGB value is (101,85,125). Sum of RGB (Red+Green+Blue) = 101+85+125=311 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.48% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 125 (49.22% from 255 or 40.19% from 311); Max value from RGB is 125 - color contains mainly: blue. Hex color #65557D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65557D is #9AAA82. Grayscale: #5E5E5E. Windows color (decimal): -10136195 or 8213861. OLE color: 8213861.

HSL color Cylindrical-coordinate representation of color #65557D: hue angle of 264º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #65557D is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10185125-
CMYK0.190.3200.51
HSL264º19.05%41.18%-
HSV(B)264º32%49.02%-
XYZ12.3210.7420.83-
YUV94.34145.3132.75-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.48%
GREEN value IS 85 (33.59% from 255) = 27.33%
BLUE value IS 125 (49.22% from 255) = 40.19%
R=32.48%
G=27.33%
B=40.19%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal101851250.190.3200.5126419.0541.18
Hex65557D13200331081329
Octal14512517523400634102351
Binary11001011010101111110110011100000011001110000100010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65557D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65557D; }

 p { color: rgb(101,85,125); }

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

<style>
 a { background-color: #65557D; }

 a { background-color: rgb(101,85,125); }

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

<style>
 span { border-color: #65557D; }

 span { border-color: rgb(101,85,125); }

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