Html Css Color HEX #566782 Kashmir Blue

📋 copy color: '#566782'

red 86 ◦ green 103 ◦ blue 130

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

Shades of Kashmir Blue #566782

Tints of Kashmir Blue #566782

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.29%

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

R = 26.96%
G = 32.29%
B = 40.75%

CMYK

 C value IS 0.34

 M value IS 0.21

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#566782 (or 0x566782) is known color: Kashmir Blue. HEX triplet: 56, 67 and 82. RGB value is (86,103,130). Sum of RGB (Red+Green+Blue) = 86+103+130=319 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.96% from 319); Green value is 103 (40.62% from 255 or 32.29% from 319); Blue value is 130 (51.17% from 255 or 40.75% from 319); Max value from RGB is 130 - color contains mainly: blue. Hex color #566782 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566782 is #A9987D. Grayscale: #646464. Windows color (decimal): -11114622 or 8546134. OLE color: 8546134.

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

Color convert

RGB 86 103 130 -
CMYK 0.34 0.21 0 0.49
HSL 216.82º 0.2% 0.42% -
HSV(B) 216.82º 0.34% 0.51% -
XYZ 12.72 13.29 23.01 -
YUV 101 144.37 117.3 -
System Red Green Blue C M Y K H S L
Decimal 86 103 130 0.34 0.21 0 0.49 216.82 0.2 0.42
Hex 56 67 82 22 15 0 31 D9 14 2A
Octal 126 147 202 42 25 0 61 331 24 52
Binary 1010110 1100111 10000010 100010 10101 0 110001 11011001 10100 101010

Color Harmonies of #566782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566782

Black with #566782

Text Example


Text Example

White with #566782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566782; }

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

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

background-color css

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

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

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

border-color css

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

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

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