Html Css Color HEX #566380 Kashmir Blue

📋 copy color: '#566380'

red 86 ◦ green 99 ◦ blue 128

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

Shades of Kashmir Blue #566380

Tints of Kashmir Blue #566380

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.63%

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

R = 27.48%
G = 31.63%
B = 40.89%

CMYK

 C value IS 0.33

 M value IS 0.23

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#566380 (or 0x566380) is known color: Kashmir Blue. HEX triplet: 56, 63 and 80. RGB value is (86,99,128). Sum of RGB (Red+Green+Blue) = 86+99+128=313 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.48% from 313); Green value is 99 (39.06% from 255 or 31.63% from 313); Blue value is 128 (50.39% from 255 or 40.89% from 313); Max value from RGB is 128 - color contains mainly: blue. Hex color #566380 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566380 is #A99C7F. Grayscale: #626262. Windows color (decimal): -11115648 or 8414038. OLE color: 8414038.

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

Color convert

RGB 86 99 128 -
CMYK 0.33 0.23 0 0.50
HSL 221.43º 0.2% 0.42% -
HSV(B) 221.43º 0.33% 0.5% -
XYZ 12.2 12.46 22.18 -
YUV 98.42 144.69 119.14 -
System Red Green Blue C M Y K H S L
Decimal 86 99 128 0.33 0.23 0 0.50 221.43 0.2 0.42
Hex 56 63 80 21 17 0 32 DD 14 2A
Octal 126 143 200 41 27 0 62 335 24 52
Binary 1010110 1100011 10000000 100001 10111 0 110010 11011101 10100 101010

Color Harmonies of #566380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566380

Black with #566380

Text Example


Text Example

White with #566380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566380; }

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

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

background-color css

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

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

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

border-color css

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

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

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