Html Css Color HEX #566382 Kashmir Blue

📋 copy color: '#566382'

red 86 ◦ green 99 ◦ blue 130

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

Shades of Kashmir Blue #566382

Tints of Kashmir Blue #566382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 41.27%

R = 27.3%
G = 31.43%
B = 41.27%

CMYK

 C value IS 0.34

 M value IS 0.24

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#566382 (or 0x566382) is known color: Kashmir Blue. HEX triplet: 56, 63 and 82. RGB value is (86,99,130). Sum of RGB (Red+Green+Blue) = 86+99+130=315 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.30% from 315); Green value is 99 (39.06% from 255 or 31.43% from 315); Blue value is 130 (51.17% from 255 or 41.27% from 315); Max value from RGB is 130 - color contains mainly: blue. Hex color #566382 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566382 is #A99C7D. Grayscale: #626262. Windows color (decimal): -11115646 or 8545110. OLE color: 8545110.

HSL color Cylindrical-coordinate representation of color #566382: hue angle of 222.27º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #566382 is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 86 99 130 -
CMYK 0.34 0.24 0 0.49
HSL 222.27º 0.2% 0.42% -
HSV(B) 222.27º 0.34% 0.51% -
XYZ 12.33 12.51 22.88 -
YUV 98.65 145.69 118.98 -
System Red Green Blue C M Y K H S L
Decimal 86 99 130 0.34 0.24 0 0.49 222.27 0.2 0.42
Hex 56 63 82 22 18 0 31 DE 14 2A
Octal 126 143 202 42 30 0 61 336 24 52
Binary 1010110 1100011 10000010 100010 11000 0 110001 11011110 10100 101010

Color Harmonies of #566382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566382

Black with #566382

Text Example


Text Example

White with #566382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566382; }

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

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

background-color css

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

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

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

border-color css

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

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

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