#656284

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

Shades of Kimberly #656284

Tints of Kimberly #656284

Color information

#656284 (or 0x656284) is unknown color: approx Kimberly. HEX triplet: 65, 62 and 84. RGB value is (101,98,132). Sum of RGB (Red+Green+Blue) = 101+98+132=331 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.51% from 331); Green value is 98 (38.67% from 255 or 29.61% from 331); Blue value is 132 (51.95% from 255 or 39.88% from 331); Max value from RGB is 132 - color contains mainly: blue. Hex color #656284 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656284 is #9A9D7B. Grayscale: #666666. Windows color (decimal): -10132860 or 8675941. OLE color: 8675941.

HSL color Cylindrical-coordinate representation of color #656284: hue angle of 245.29º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #656284 is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10198132-
CMYK0.230.2600.48
HSL245.29º14.78%45.1%-
HSV(B)245.29º25.76%51.76%-
XYZ13.913.1723.64-
YUV102.77144.49126.74-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.51%
GREEN value IS 98 (38.67% from 255) = 29.61%
BLUE value IS 132 (51.95% from 255) = 39.88%
R=30.51%
G=29.61%
B=39.88%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal101981320.230.2600.48245.2914.7845.1
Hex656284171A030f5f2d
Octal14514220427320603651755
Binary110010111000101000010010111110100110000111101011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656284; }

 p { color: rgb(101,98,132); }

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

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

 a { background-color: rgb(101,98,132); }

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

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

 span { border-color: rgb(101,98,132); }

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