Html Css Color HEX #556F8D Kashmir Blue

📋 copy color: '#556F8D'

red 85 ◦ green 111 ◦ blue 141

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

Shades of Kashmir Blue #556F8D

Tints of Kashmir Blue #556F8D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.94%

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

R = 25.22%
G = 32.94%
B = 41.84%

CMYK

 C value IS 0.40

 M value IS 0.21

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#556F8D (or 0x556F8D) is known color: Kashmir Blue. HEX triplet: 55, 6F and 8D. RGB value is (85,111,141). Sum of RGB (Red+Green+Blue) = 85+111+141=337 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.22% from 337); Green value is 111 (43.75% from 255 or 32.94% from 337); Blue value is 141 (55.47% from 255 or 41.84% from 337); Max value from RGB is 141 - color contains mainly: blue. Hex color #556F8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556F8D is #AA9072. Grayscale: #6A6A6A. Windows color (decimal): -11178099 or 9269077. OLE color: 9269077.

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

Color convert

RGB 85 111 141 -
CMYK 0.40 0.21 0 0.45
HSL 212.14º 0.25% 0.44% -
HSV(B) 212.14º 0.4% 0.55% -
XYZ 14.24 15.22 27.39 -
YUV 106.65 147.39 112.56 -
System Red Green Blue C M Y K H S L
Decimal 85 111 141 0.40 0.21 0 0.45 212.14 0.25 0.44
Hex 55 6F 8D 28 15 0 2D D4 19 2C
Octal 125 157 215 50 25 0 55 324 31 54
Binary 1010101 1101111 10001101 101000 10101 0 101101 11010100 11001 101100

Color Harmonies of #556F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556F8D

Black with #556F8D

Text Example


Text Example

White with #556F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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