#566D92

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

Shades of Kashmir Blue #566D92

Tints of Kashmir Blue #566D92

Color information

#566D92 (or 0x566D92) is unknown color: approx Kashmir Blue. HEX triplet: 56, 6D and 92. RGB value is (86,109,146). Sum of RGB (Red+Green+Blue) = 86+109+146=341 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.22% from 341); Green value is 109 (42.97% from 255 or 31.96% from 341); Blue value is 146 (57.42% from 255 or 42.82% from 341); Max value from RGB is 146 - color contains mainly: blue. Hex color #566D92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566D92 is #A9926D. Grayscale: #6A6A6A. Windows color (decimal): -11113070 or 9596246. OLE color: 9596246.

HSL color Cylindrical-coordinate representation of color #566D92: hue angle of 217º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #566D92 is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB86109146-
CMYK0.410.2500.43
HSL217º25.86%45.49%-
HSV(B)217º41.1%57.25%-
XYZ14.4914.9929.32-
YUV106.34150.38113.49-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.22%
GREEN value IS 109 (42.97% from 255) = 31.96%
BLUE value IS 146 (57.42% from 255) = 42.82%
R=25.22%
G=31.96%
B=42.82%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal861091460.410.2500.4321725.8645.49
Hex566D92291902Bd91a2d
Octal12615522251310533313255
Binary10101101101101100100101010011100101010111101100111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,109,146); }

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

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

 a { background-color: rgb(86,109,146); }

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

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

 span { border-color: rgb(86,109,146); }

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