#566286

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

Shades of Kashmir Blue #566286

Tints of Kashmir Blue #566286

Color information

#566286 (or 0x566286) is unknown color: approx Kashmir Blue. HEX triplet: 56, 62 and 86. RGB value is (86,98,134). Sum of RGB (Red+Green+Blue) = 86+98+134=318 (42% of max value = 765). Red value is 86 (33.98% from 255 or 27.04% from 318); Green value is 98 (38.67% from 255 or 30.82% from 318); Blue value is 134 (52.73% from 255 or 42.14% from 318); Max value from RGB is 134 - color contains mainly: blue. Hex color #566286 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566286 is #A99D79. Grayscale: #626262. Windows color (decimal): -11115898 or 8806998. OLE color: 8806998.

HSL color Cylindrical-coordinate representation of color #566286: hue angle of 225º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #566286 is Cyan = 0.36, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8698134-
CMYK0.360.2700.47
HSL225º21.82%43.14%-
HSV(B)225º35.82%52.55%-
XYZ12.5112.4424.3-
YUV98.52148.02119.07-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.04%
GREEN value IS 98 (38.67% from 255) = 30.82%
BLUE value IS 134 (52.73% from 255) = 42.14%
R=27.04%
G=30.82%
B=42.14%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal86981340.360.2700.4722521.8243.14
Hex566286241B02Fe1162b
Octal12614220644330573412653
Binary10101101100010100001101001001101101011111110000110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566286; }

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

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

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

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

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

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

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

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