#566B90

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

Shades of Kashmir Blue #566B90

Tints of Kashmir Blue #566B90

Color information

#566B90 (or 0x566B90) is unknown color: approx Kashmir Blue. HEX triplet: 56, 6B and 90. RGB value is (86,107,144). Sum of RGB (Red+Green+Blue) = 86+107+144=337 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.52% from 337); Green value is 107 (42.19% from 255 or 31.75% from 337); Blue value is 144 (56.64% from 255 or 42.73% from 337); Max value from RGB is 144 - color contains mainly: blue. Hex color #566B90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566B90 is #A9946F. Grayscale: #686868. Windows color (decimal): -11113584 or 9464662. OLE color: 9464662.

HSL color Cylindrical-coordinate representation of color #566B90: hue angle of 218.28º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #566B90 is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB86107144-
CMYK0.400.2600.44
HSL218.28º25.22%45.1%-
HSV(B)218.28º40.28%56.47%-
XYZ14.1314.5128.44-
YUV104.94150.04114.49-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.52%
GREEN value IS 107 (42.19% from 255) = 31.75%
BLUE value IS 144 (56.64% from 255) = 42.73%
R=25.52%
G=31.75%
B=42.73%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal861071440.400.2600.44218.2825.2245.1
Hex566B90281A02Cda192d
Octal12615322050320543323155
Binary10101101101011100100001010001101001011001101101011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,107,144); }

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

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

 a { background-color: rgb(86,107,144); }

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

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

 span { border-color: rgb(86,107,144); }

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