Html Css Color HEX #566D86 Kashmir Blue

📋 copy color: '#566D86'

red 86 ◦ green 109 ◦ blue 134

#566D86
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kashmir Blue #566D86

Tints of Kashmir Blue #566D86

RGB

 RED value IS 86 (33.98% from 255) = 26.14%

 GREEN value IS 109 (42.97% from 255) = 33.13%

 BLUE value IS 134 (52.73% from 255) = 40.73%

R = 26.14%
G = 33.13%
B = 40.73%

CMYK

 C value IS 0.36

 M value IS 0.19

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#566D86 (or 0x566D86) is known color: Kashmir Blue. HEX triplet: 56, 6D and 86. RGB value is (86,109,134). Sum of RGB (Red+Green+Blue) = 86+109+134=329 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.14% from 329); Green value is 109 (42.97% from 255 or 33.13% from 329); Blue value is 134 (52.73% from 255 or 40.73% from 329); Max value from RGB is 134 - color contains mainly: blue. Hex color #566D86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566D86 is #A99279. Grayscale: #686868. Windows color (decimal): -11113082 or 8809814. OLE color: 8809814.

HSL color Cylindrical-coordinate representation of color #566D86: hue angle of 211.25º 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 #566D86 is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 86 109 134 -
CMYK 0.36 0.19 0 0.47
HSL 211.25º 0.22% 0.43% -
HSV(B) 211.25º 0.36% 0.53% -
XYZ 13.61 14.64 24.66 -
YUV 104.97 144.38 114.47 -
System Red Green Blue C M Y K H S L
Decimal 86 109 134 0.36 0.19 0 0.47 211.25 0.22 0.43
Hex 56 6D 86 24 13 0 2F D3 16 2B
Octal 126 155 206 44 23 0 57 323 26 53
Binary 1010110 1101101 10000110 100100 10011 0 101111 11010011 10110 101011

Color Harmonies of #566D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566D86

Black with #566D86

Text Example


Text Example

White with #566D86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #566D86;
 }
 .AnyTagClassName
 {
   color: #566D86;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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