Html Css Color HEX #566A86 Kashmir Blue

📋 copy color: '#566A86'

red 86 ◦ green 106 ◦ blue 134

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

Shades of Kashmir Blue #566A86

Tints of Kashmir Blue #566A86

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.52%

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

R = 26.38%
G = 32.52%
B = 41.1%

CMYK

 C value IS 0.36

 M value IS 0.21

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#566A86 (or 0x566A86) is known color: Kashmir Blue. HEX triplet: 56, 6A and 86. RGB value is (86,106,134). Sum of RGB (Red+Green+Blue) = 86+106+134=326 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.38% from 326); Green value is 106 (41.80% from 255 or 32.52% from 326); Blue value is 134 (52.73% from 255 or 41.10% from 326); Max value from RGB is 134 - color contains mainly: blue. Hex color #566A86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566A86 is #A99579. Grayscale: #676767. Windows color (decimal): -11113850 or 8809046. OLE color: 8809046.

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

Color convert

RGB 86 106 134 -
CMYK 0.36 0.21 0 0.47
HSL 215º 0.22% 0.43% -
HSV(B) 215º 0.36% 0.53% -
XYZ 13.29 14.01 24.56 -
YUV 103.21 145.37 115.72 -
System Red Green Blue C M Y K H S L
Decimal 86 106 134 0.36 0.21 0 0.47 215 0.22 0.43
Hex 56 6A 86 24 15 0 2F D7 16 2B
Octal 126 152 206 44 25 0 57 327 26 53
Binary 1010110 1101010 10000110 100100 10101 0 101111 11010111 10110 101011

Color Harmonies of #566A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566A86

Black with #566A86

Text Example


Text Example

White with #566A86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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