Html Css Color HEX #556484 Kashmir Blue

📋 copy color: '#556484'

red 85 ◦ green 100 ◦ blue 132

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

Shades of Kashmir Blue #556484

Tints of Kashmir Blue #556484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 41.64%

R = 26.81%
G = 31.55%
B = 41.64%

CMYK

 C value IS 0.36

 M value IS 0.24

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#556484 (or 0x556484) is known color: Kashmir Blue. HEX triplet: 55, 64 and 84. RGB value is (85,100,132). Sum of RGB (Red+Green+Blue) = 85+100+132=317 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.81% from 317); Green value is 100 (39.45% from 255 or 31.55% from 317); Blue value is 132 (51.95% from 255 or 41.64% from 317); Max value from RGB is 132 - color contains mainly: blue. Hex color #556484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556484 is #AA9B7B. Grayscale: #636363. Windows color (decimal): -11180924 or 8676437. OLE color: 8676437.

HSL color Cylindrical-coordinate representation of color #556484: hue angle of 220.85º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #556484 is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 85 100 132 -
CMYK 0.36 0.24 0 0.48
HSL 220.85º 0.22% 0.43% -
HSV(B) 220.85º 0.36% 0.52% -
XYZ 12.47 12.71 23.63 -
YUV 99.16 146.53 117.9 -
System Red Green Blue C M Y K H S L
Decimal 85 100 132 0.36 0.24 0 0.48 220.85 0.22 0.43
Hex 55 64 84 24 18 0 30 DD 16 2B
Octal 125 144 204 44 30 0 60 335 26 53
Binary 1010101 1100100 10000100 100100 11000 0 110000 11011101 10110 101011

Color Harmonies of #556484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556484

Black with #556484

Text Example


Text Example

White with #556484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556484; }

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

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

background-color css

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

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

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

border-color css

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

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

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