Html Css Color HEX #556D8A Kashmir Blue

📋 copy color: '#556D8A'

red 85 ◦ green 109 ◦ blue 138

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

Shades of Kashmir Blue #556D8A

Tints of Kashmir Blue #556D8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 41.57%

R = 25.6%
G = 32.83%
B = 41.57%

CMYK

 C value IS 0.38

 M value IS 0.21

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#556D8A (or 0x556D8A) is known color: Kashmir Blue. HEX triplet: 55, 6D and 8A. RGB value is (85,109,138). Sum of RGB (Red+Green+Blue) = 85+109+138=332 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.60% from 332); Green value is 109 (42.97% from 255 or 32.83% from 332); Blue value is 138 (54.30% from 255 or 41.57% from 332); Max value from RGB is 138 - color contains mainly: blue. Hex color #556D8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556D8A is #AA9275. Grayscale: #686868. Windows color (decimal): -11178614 or 9071957. OLE color: 9071957.

HSL color Cylindrical-coordinate representation of color #556D8A: hue angle of 212.83º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #556D8A is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 85 109 138 -
CMYK 0.38 0.21 0 0.46
HSL 212.83º 0.24% 0.44% -
HSV(B) 212.83º 0.38% 0.54% -
XYZ 13.8 14.7 26.16 -
YUV 105.13 146.55 113.64 -
System Red Green Blue C M Y K H S L
Decimal 85 109 138 0.38 0.21 0 0.46 212.83 0.24 0.44
Hex 55 6D 8A 26 15 0 2E D5 18 2C
Octal 125 155 212 46 25 0 56 325 30 54
Binary 1010101 1101101 10001010 100110 10101 0 101110 11010101 11000 101100

Color Harmonies of #556D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556D8A

Black with #556D8A

Text Example


Text Example

White with #556D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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