#566284

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

Shades of Kashmir Blue #566284

Tints of Kashmir Blue #566284

Color information

#566284 (or 0x566284) is unknown color: approx Kashmir Blue. HEX triplet: 56, 62 and 84. RGB value is (86,98,132). Sum of RGB (Red+Green+Blue) = 86+98+132=316 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.22% from 316); Green value is 98 (38.67% from 255 or 31.01% from 316); Blue value is 132 (51.95% from 255 or 41.77% from 316); Max value from RGB is 132 - color contains mainly: blue. Hex color #566284 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566284 is #A99D7B. Grayscale: #626262. Windows color (decimal): -11115900 or 8675926. OLE color: 8675926.

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

Color convert

RGB8698132-
CMYK0.350.2600.48
HSL224.35º21.1%42.75%-
HSV(B)224.35º34.85%51.76%-
XYZ12.3712.3823.57-
YUV98.29147.02119.24-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.22%
GREEN value IS 98 (38.67% from 255) = 31.01%
BLUE value IS 132 (51.95% from 255) = 41.77%
R=27.22%
G=31.01%
B=41.77%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal86981320.350.2600.48224.3521.142.75
Hex566284231A030e0152b
Octal12614220443320603402553
Binary10101101100010100001001000111101001100001110000010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566284; }

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

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

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

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

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

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

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

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