Html Css Color HEX #566982 Kashmir Blue

📋 copy color: '#566982'

red 86 ◦ green 105 ◦ blue 130

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

Shades of Kashmir Blue #566982

Tints of Kashmir Blue #566982

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.71%

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

R = 26.79%
G = 32.71%
B = 40.5%

CMYK

 C value IS 0.34

 M value IS 0.19

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#566982 (or 0x566982) is known color: Kashmir Blue. HEX triplet: 56, 69 and 82. RGB value is (86,105,130). Sum of RGB (Red+Green+Blue) = 86+105+130=321 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.79% from 321); Green value is 105 (41.41% from 255 or 32.71% from 321); Blue value is 130 (51.17% from 255 or 40.50% from 321); Max value from RGB is 130 - color contains mainly: blue. Hex color #566982 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566982 is #A9967D. Grayscale: #666666. Windows color (decimal): -11114110 or 8546646. OLE color: 8546646.

HSL color Cylindrical-coordinate representation of color #566982: hue angle of 214.09º 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 #566982 is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 86 105 130 -
CMYK 0.34 0.19 0 0.49
HSL 214.09º 0.2% 0.42% -
HSV(B) 214.09º 0.34% 0.51% -
XYZ 12.92 13.69 23.08 -
YUV 102.17 143.71 116.47 -
System Red Green Blue C M Y K H S L
Decimal 86 105 130 0.34 0.19 0 0.49 214.09 0.2 0.42
Hex 56 69 82 22 13 0 31 D6 14 2A
Octal 126 151 202 42 23 0 61 326 24 52
Binary 1010110 1101001 10000010 100010 10011 0 110001 11010110 10100 101010

Color Harmonies of #566982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566982

Black with #566982

Text Example


Text Example

White with #566982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566982; }

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

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

background-color css

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

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

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

border-color css

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

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

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