#65567C

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

Shades of Kimberly #65567C

Tints of Kimberly #65567C

Color information

#65567C (or 0x65567C) is unknown color: approx Kimberly. HEX triplet: 65, 56 and 7C. RGB value is (101,86,124). Sum of RGB (Red+Green+Blue) = 101+86+124=311 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.48% from 311); Green value is 86 (33.98% from 255 or 27.65% from 311); Blue value is 124 (48.83% from 255 or 39.87% from 311); Max value from RGB is 124 - color contains mainly: blue. Hex color #65567C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65567C is #9AA983. Grayscale: #5E5E5E. Windows color (decimal): -10135940 or 8148581. OLE color: 8148581.

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

Color convert

RGB10186124-
CMYK0.190.3100.51
HSL263.68º18.1%41.18%-
HSV(B)263.68º30.65%48.63%-
XYZ12.3310.8820.52-
YUV94.82144.47132.41-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.48%
GREEN value IS 86 (33.98% from 255) = 27.65%
BLUE value IS 124 (48.83% from 255) = 39.87%
R=32.48%
G=27.65%
B=39.87%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal101861240.190.3100.51263.6818.141.18
Hex65567C131F0331081229
Octal14512617423370634102251
Binary1100101101011011111001001111111011001110000100010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65567C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65567C; }

 p { color: rgb(101,86,124); }

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

<style>
 a { background-color: #65567C; }

 a { background-color: rgb(101,86,124); }

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

<style>
 span { border-color: #65567C; }

 span { border-color: rgb(101,86,124); }

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