Html Css Color HEX #556C8D Kashmir Blue

📋 copy color: '#556C8D'

red 85 ◦ green 108 ◦ blue 141

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

Shades of Kashmir Blue #556C8D

Tints of Kashmir Blue #556C8D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.34%

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

R = 25.45%
G = 32.34%
B = 42.22%

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

#556C8D (or 0x556C8D) is known color: Kashmir Blue. HEX triplet: 55, 6C and 8D. RGB value is (85,108,141). Sum of RGB (Red+Green+Blue) = 85+108+141=334 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.45% from 334); Green value is 108 (42.58% from 255 or 32.34% from 334); Blue value is 141 (55.47% from 255 or 42.22% from 334); Max value from RGB is 141 - color contains mainly: blue. Hex color #556C8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556C8D is #AA9372. Grayscale: #686868. Windows color (decimal): -11178867 or 9268309. OLE color: 9268309.

HSL color Cylindrical-coordinate representation of color #556C8D: hue angle of 215.36º 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 #556C8D is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 85 108 141 -
CMYK 0.40 0.23 0 0.45
HSL 215.36º 0.25% 0.44% -
HSV(B) 215.36º 0.4% 0.55% -
XYZ 13.92 14.58 27.28 -
YUV 104.89 148.38 113.82 -
System Red Green Blue C M Y K H S L
Decimal 85 108 141 0.40 0.23 0 0.45 215.36 0.25 0.44
Hex 55 6C 8D 28 17 0 2D D7 19 2C
Octal 125 154 215 50 27 0 55 327 31 54
Binary 1010101 1101100 10001101 101000 10111 0 101101 11010111 11001 101100

Color Harmonies of #556C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556C8D

Black with #556C8D

Text Example


Text Example

White with #556C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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