Html Css Color HEX #556482 Kashmir Blue

📋 copy color: '#556482'

red 85 ◦ green 100 ◦ blue 130

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

Shades of Kashmir Blue #556482

Tints of Kashmir Blue #556482

RGB

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

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

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

R = 26.98%
G = 31.75%
B = 41.27%

CMYK

 C value IS 0.35

 M value IS 0.23

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#556482 (or 0x556482) is known color: Kashmir Blue. HEX triplet: 55, 64 and 82. RGB value is (85,100,130). Sum of RGB (Red+Green+Blue) = 85+100+130=315 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.98% from 315); Green value is 100 (39.45% from 255 or 31.75% from 315); Blue value is 130 (51.17% from 255 or 41.27% from 315); Max value from RGB is 130 - color contains mainly: blue. Hex color #556482 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556482 is #AA9B7D. Grayscale: #626262. Windows color (decimal): -11180926 or 8545365. OLE color: 8545365.

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

Color convert

RGB 85 100 130 -
CMYK 0.35 0.23 0 0.49
HSL 220º 0.21% 0.42% -
HSV(B) 220º 0.35% 0.51% -
XYZ 12.33 12.66 22.91 -
YUV 98.94 145.53 118.06 -
System Red Green Blue C M Y K H S L
Decimal 85 100 130 0.35 0.23 0 0.49 220 0.21 0.42
Hex 55 64 82 23 17 0 31 DC 15 2A
Octal 125 144 202 43 27 0 61 334 25 52
Binary 1010101 1100100 10000010 100011 10111 0 110001 11011100 10101 101010

Color Harmonies of #556482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556482

Black with #556482

Text Example


Text Example

White with #556482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556482; }

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

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

background-color css

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

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

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

border-color css

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

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

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