Html Css Color HEX #566780 Kashmir Blue

📋 copy color: '#566780'

red 86 ◦ green 103 ◦ blue 128

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

Shades of Kashmir Blue #566780

Tints of Kashmir Blue #566780

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 40.38%

R = 27.13%
G = 32.49%
B = 40.38%

CMYK

 C value IS 0.33

 M value IS 0.20

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#566780 (or 0x566780) is known color: Kashmir Blue. HEX triplet: 56, 67 and 80. RGB value is (86,103,128). Sum of RGB (Red+Green+Blue) = 86+103+128=317 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.13% from 317); Green value is 103 (40.62% from 255 or 32.49% from 317); Blue value is 128 (50.39% from 255 or 40.38% from 317); Max value from RGB is 128 - color contains mainly: blue. Hex color #566780 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566780 is #A9987F. Grayscale: #646464. Windows color (decimal): -11114624 or 8415062. OLE color: 8415062.

HSL color Cylindrical-coordinate representation of color #566780: hue angle of 215.71º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #566780 is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 86 103 128 -
CMYK 0.33 0.20 0 0.50
HSL 215.71º 0.2% 0.42% -
HSV(B) 215.71º 0.33% 0.5% -
XYZ 12.58 13.24 22.31 -
YUV 100.77 143.37 117.47 -
System Red Green Blue C M Y K H S L
Decimal 86 103 128 0.33 0.20 0 0.50 215.71 0.2 0.42
Hex 56 67 80 21 14 0 32 D8 14 2A
Octal 126 147 200 41 24 0 62 330 24 52
Binary 1010110 1100111 10000000 100001 10100 0 110010 11011000 10100 101010

Color Harmonies of #566780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566780

Black with #566780

Text Example


Text Example

White with #566780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566780; }

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

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

background-color css

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

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

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

border-color css

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

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

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