Html Css Color HEX #556382 Kashmir Blue

📋 copy color: '#556382'

red 85 ◦ green 99 ◦ blue 130

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

Shades of Kashmir Blue #556382

Tints of Kashmir Blue #556382

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.53%

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

R = 27.07%
G = 31.53%
B = 41.4%

CMYK

 C value IS 0.35

 M value IS 0.24

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#556382 (or 0x556382) is known color: Kashmir Blue. HEX triplet: 55, 63 and 82. RGB value is (85,99,130). Sum of RGB (Red+Green+Blue) = 85+99+130=314 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.07% from 314); Green value is 99 (39.06% from 255 or 31.53% from 314); Blue value is 130 (51.17% from 255 or 41.40% from 314); Max value from RGB is 130 - color contains mainly: blue. Hex color #556382 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556382 is #AA9C7D. Grayscale: #626262. Windows color (decimal): -11181182 or 8545109. OLE color: 8545109.

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

Color convert

RGB 85 99 130 -
CMYK 0.35 0.24 0 0.49
HSL 221.33º 0.21% 0.42% -
HSV(B) 221.33º 0.35% 0.51% -
XYZ 12.24 12.47 22.88 -
YUV 98.35 145.86 118.48 -
System Red Green Blue C M Y K H S L
Decimal 85 99 130 0.35 0.24 0 0.49 221.33 0.21 0.42
Hex 55 63 82 23 18 0 31 DD 15 2A
Octal 125 143 202 43 30 0 61 335 25 52
Binary 1010101 1100011 10000010 100011 11000 0 110001 11011101 10101 101010

Color Harmonies of #556382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556382

Black with #556382

Text Example


Text Example

White with #556382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556382; }

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

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

background-color css

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

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

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

border-color css

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

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

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