#566E94

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

Shades of Kashmir Blue #566E94

Tints of Kashmir Blue #566E94

Color information

#566E94 (or 0x566E94) is unknown color: approx Kashmir Blue. HEX triplet: 56, 6E and 94. RGB value is (86,110,148). Sum of RGB (Red+Green+Blue) = 86+110+148=344 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25% from 344); Green value is 110 (43.36% from 255 or 31.98% from 344); Blue value is 148 (58.20% from 255 or 43.02% from 344); Max value from RGB is 148 - color contains mainly: blue. Hex color #566E94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566E94 is #A9916B. Grayscale: #6A6A6A. Windows color (decimal): -11112812 or 9727574. OLE color: 9727574.

HSL color Cylindrical-coordinate representation of color #566E94: hue angle of 216.77º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #566E94 is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB86110148-
CMYK0.420.2600.42
HSL216.77º26.5%45.88%-
HSV(B)216.77º41.89%58.04%-
XYZ14.7615.2730.19-
YUV107.16151.05112.91-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25%
GREEN value IS 110 (43.36% from 255) = 31.98%
BLUE value IS 148 (58.20% from 255) = 43.02%
R=25%
G=31.98%
B=43.02%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal861101480.420.2600.42216.7726.545.88
Hex566E942A1A02Ad91a2e
Octal12615622452320523313256
Binary10101101101110100101001010101101001010101101100111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566E94; }

 p { color: rgb(86,110,148); }

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

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

 a { background-color: rgb(86,110,148); }

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

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

 span { border-color: rgb(86,110,148); }

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