Html Css Color HEX #566680 Kashmir Blue

📋 copy color: '#566680'

red 86 ◦ green 102 ◦ blue 128

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

Shades of Kashmir Blue #566680

Tints of Kashmir Blue #566680

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.28%

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

R = 27.22%
G = 32.28%
B = 40.51%

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

#566680 (or 0x566680) is known color: Kashmir Blue. HEX triplet: 56, 66 and 80. RGB value is (86,102,128). Sum of RGB (Red+Green+Blue) = 86+102+128=316 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.22% from 316); Green value is 102 (40.23% from 255 or 32.28% from 316); Blue value is 128 (50.39% from 255 or 40.51% from 316); Max value from RGB is 128 - color contains mainly: blue. Hex color #566680 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566680 is #A9997F. Grayscale: #646464. Windows color (decimal): -11114880 or 8414806. OLE color: 8414806.

HSL color Cylindrical-coordinate representation of color #566680: hue angle of 217.14º 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 #566680 is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 86 102 128 -
CMYK 0.33 0.20 0 0.50
HSL 217.14º 0.2% 0.42% -
HSV(B) 217.14º 0.33% 0.5% -
XYZ 12.49 13.04 22.28 -
YUV 100.18 143.7 117.89 -
System Red Green Blue C M Y K H S L
Decimal 86 102 128 0.33 0.20 0 0.50 217.14 0.2 0.42
Hex 56 66 80 21 14 0 32 D9 14 2A
Octal 126 146 200 41 24 0 62 331 24 52
Binary 1010110 1100110 10000000 100001 10100 0 110010 11011001 10100 101010

Color Harmonies of #566680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566680

Black with #566680

Text Example


Text Example

White with #566680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566680; }

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

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

background-color css

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

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

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

border-color css

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

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

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