Html Css Color HEX #566682 Kashmir Blue

📋 copy color: '#566682'

red 86 ◦ green 102 ◦ blue 130

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

Shades of Kashmir Blue #566682

Tints of Kashmir Blue #566682

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.08%

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

R = 27.04%
G = 32.08%
B = 40.88%

CMYK

 C value IS 0.34

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#566682 (or 0x566682) is known color: Kashmir Blue. HEX triplet: 56, 66 and 82. RGB value is (86,102,130). Sum of RGB (Red+Green+Blue) = 86+102+130=318 (42% of max value = 765). Red value is 86 (33.98% from 255 or 27.04% from 318); Green value is 102 (40.23% from 255 or 32.08% from 318); Blue value is 130 (51.17% from 255 or 40.88% from 318); Max value from RGB is 130 - color contains mainly: blue. Hex color #566682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566682 is #A9997D. Grayscale: #646464. Windows color (decimal): -11114878 or 8545878. OLE color: 8545878.

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

Color convert

RGB 86 102 130 -
CMYK 0.34 0.22 0 0.49
HSL 218.18º 0.2% 0.42% -
HSV(B) 218.18º 0.34% 0.51% -
XYZ 12.62 13.09 22.98 -
YUV 100.41 144.7 117.72 -
System Red Green Blue C M Y K H S L
Decimal 86 102 130 0.34 0.22 0 0.49 218.18 0.2 0.42
Hex 56 66 82 22 16 0 31 DA 14 2A
Octal 126 146 202 42 26 0 61 332 24 52
Binary 1010110 1100110 10000010 100010 10110 0 110001 11011010 10100 101010

Color Harmonies of #566682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566682

Black with #566682

Text Example


Text Example

White with #566682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566682; }

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

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

background-color css

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

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

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

border-color css

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

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

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