Html Css Color HEX #556682 Kashmir Blue

📋 copy color: '#556682'

red 85 ◦ green 102 ◦ blue 130

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

Shades of Kashmir Blue #556682

Tints of Kashmir Blue #556682

RGB

 RED value IS 85 (33.59% from 255) = 26.81%

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

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

R = 26.81%
G = 32.18%
B = 41.01%

CMYK

 C value IS 0.35

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#556682 (or 0x556682) is known color: Kashmir Blue. HEX triplet: 55, 66 and 82. RGB value is (85,102,130). Sum of RGB (Red+Green+Blue) = 85+102+130=317 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.81% from 317); Green value is 102 (40.23% from 255 or 32.18% from 317); Blue value is 130 (51.17% from 255 or 41.01% from 317); Max value from RGB is 130 - color contains mainly: blue. Hex color #556682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556682 is #AA997D. Grayscale: #636363. Windows color (decimal): -11180414 or 8545877. OLE color: 8545877.

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

Color convert

RGB 85 102 130 -
CMYK 0.35 0.22 0 0.49
HSL 217.33º 0.21% 0.42% -
HSV(B) 217.33º 0.35% 0.51% -
XYZ 12.53 13.05 22.98 -
YUV 100.11 144.87 117.22 -
System Red Green Blue C M Y K H S L
Decimal 85 102 130 0.35 0.22 0 0.49 217.33 0.21 0.42
Hex 55 66 82 23 16 0 31 D9 15 2A
Octal 125 146 202 43 26 0 61 331 25 52
Binary 1010101 1100110 10000010 100011 10110 0 110001 11011001 10101 101010

Color Harmonies of #556682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556682

Black with #556682

Text Example


Text Example

White with #556682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556682; }

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

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

background-color css

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

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

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

border-color css

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

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

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