Html Css Color HEX #566786 Kashmir Blue

📋 copy color: '#566786'

red 86 ◦ green 103 ◦ blue 134

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

Shades of Kashmir Blue #566786

Tints of Kashmir Blue #566786

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.89%

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

R = 26.63%
G = 31.89%
B = 41.49%

CMYK

 C value IS 0.36

 M value IS 0.23

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#566786 (or 0x566786) is known color: Kashmir Blue. HEX triplet: 56, 67 and 86. RGB value is (86,103,134). Sum of RGB (Red+Green+Blue) = 86+103+134=323 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.63% from 323); Green value is 103 (40.62% from 255 or 31.89% from 323); Blue value is 134 (52.73% from 255 or 41.49% from 323); Max value from RGB is 134 - color contains mainly: blue. Hex color #566786 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566786 is #A99879. Grayscale: #656565. Windows color (decimal): -11114618 or 8808278. OLE color: 8808278.

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

Color convert

RGB 86 103 134 -
CMYK 0.36 0.23 0 0.47
HSL 218.75º 0.22% 0.43% -
HSV(B) 218.75º 0.36% 0.53% -
XYZ 12.99 13.4 24.46 -
YUV 101.45 146.37 116.98 -
System Red Green Blue C M Y K H S L
Decimal 86 103 134 0.36 0.23 0 0.47 218.75 0.22 0.43
Hex 56 67 86 24 17 0 2F DB 16 2B
Octal 126 147 206 44 27 0 57 333 26 53
Binary 1010110 1100111 10000110 100100 10111 0 101111 11011011 10110 101011

Color Harmonies of #566786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566786

Black with #566786

Text Example


Text Example

White with #566786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566786; }

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

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

background-color css

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

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

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

border-color css

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

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

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