Html Css Color HEX #556D8D Kashmir Blue

📋 copy color: '#556D8D'

red 85 ◦ green 109 ◦ blue 141

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

Shades of Kashmir Blue #556D8D

Tints of Kashmir Blue #556D8D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.54%

 BLUE value IS 141 (55.47% from 255) = 42.09%

R = 25.37%
G = 32.54%
B = 42.09%

CMYK

 C value IS 0.40

 M value IS 0.23

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#556D8D (or 0x556D8D) is known color: Kashmir Blue. HEX triplet: 55, 6D and 8D. RGB value is (85,109,141). Sum of RGB (Red+Green+Blue) = 85+109+141=335 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.37% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 141 (55.47% from 255 or 42.09% from 335); Max value from RGB is 141 - color contains mainly: blue. Hex color #556D8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556D8D is #AA9272. Grayscale: #696969. Windows color (decimal): -11178611 or 9268565. OLE color: 9268565.

HSL color Cylindrical-coordinate representation of color #556D8D: hue angle of 214.29º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #556D8D is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 85 109 141 -
CMYK 0.40 0.23 0 0.45
HSL 214.29º 0.25% 0.44% -
HSV(B) 214.29º 0.4% 0.55% -
XYZ 14.02 14.79 27.32 -
YUV 105.47 148.05 113.4 -
System Red Green Blue C M Y K H S L
Decimal 85 109 141 0.40 0.23 0 0.45 214.29 0.25 0.44
Hex 55 6D 8D 28 17 0 2D D6 19 2C
Octal 125 155 215 50 27 0 55 326 31 54
Binary 1010101 1101101 10001101 101000 10111 0 101101 11010110 11001 101100

Color Harmonies of #556D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556D8D

Black with #556D8D

Text Example


Text Example

White with #556D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556D8D; }

 p { color: rgb(85,109,141); }

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

background-color css

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

 a { background-color: rgb(85,109,141); }

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

border-color css

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

 span { border-color: rgb(85,109,141); }

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