Html Css Color HEX #566481 Kashmir Blue

📋 copy color: '#566481'

red 86 ◦ green 100 ◦ blue 129

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

Shades of Kashmir Blue #566481

Tints of Kashmir Blue #566481

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.75%

 BLUE value IS 129 (50.78% from 255) = 40.95%

R = 27.3%
G = 31.75%
B = 40.95%

CMYK

 C value IS 0.33

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#566481 (or 0x566481) is known color: Kashmir Blue. HEX triplet: 56, 64 and 81. RGB value is (86,100,129). Sum of RGB (Red+Green+Blue) = 86+100+129=315 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.30% from 315); Green value is 100 (39.45% from 255 or 31.75% from 315); Blue value is 129 (50.78% from 255 or 40.95% from 315); Max value from RGB is 129 - color contains mainly: blue. Hex color #566481 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566481 is #A99B7E. Grayscale: #626262. Windows color (decimal): -11115391 or 8479830. OLE color: 8479830.

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

Color convert

RGB 86 100 129 -
CMYK 0.33 0.22 0 0.49
HSL 220.47º 0.2% 0.42% -
HSV(B) 220.47º 0.33% 0.51% -
XYZ 12.36 12.68 22.56 -
YUV 99.12 144.86 118.64 -
System Red Green Blue C M Y K H S L
Decimal 86 100 129 0.33 0.22 0 0.49 220.47 0.2 0.42
Hex 56 64 81 21 16 0 31 DC 14 2A
Octal 126 144 201 41 26 0 61 334 24 52
Binary 1010110 1100100 10000001 100001 10110 0 110001 11011100 10100 101010

Color Harmonies of #566481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566481

Black with #566481

Text Example


Text Example

White with #566481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566481; }

 p { color: rgb(86,100,129); }

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

background-color css

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

 a { background-color: rgb(86,100,129); }

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

border-color css

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

 span { border-color: rgb(86,100,129); }

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