Html Css Color HEX #556A86 Kashmir Blue

📋 copy color: '#556A86'

red 85 ◦ green 106 ◦ blue 134

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

Shades of Kashmir Blue #556A86

Tints of Kashmir Blue #556A86

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.62%

 BLUE value IS 134 (52.73% from 255) = 41.23%

R = 26.15%
G = 32.62%
B = 41.23%

CMYK

 C value IS 0.37

 M value IS 0.21

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#556A86 (or 0x556A86) is known color: Kashmir Blue. HEX triplet: 55, 6A and 86. RGB value is (85,106,134). Sum of RGB (Red+Green+Blue) = 85+106+134=325 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.15% from 325); Green value is 106 (41.80% from 255 or 32.62% from 325); Blue value is 134 (52.73% from 255 or 41.23% from 325); Max value from RGB is 134 - color contains mainly: blue. Hex color #556A86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556A86 is #AA9579. Grayscale: #666666. Windows color (decimal): -11179386 or 8809045. OLE color: 8809045.

HSL color Cylindrical-coordinate representation of color #556A86: hue angle of 214.29º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #556A86 is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 85 106 134 -
CMYK 0.37 0.21 0 0.47
HSL 214.29º 0.22% 0.43% -
HSV(B) 214.29º 0.37% 0.53% -
XYZ 13.2 13.96 24.55 -
YUV 102.91 145.54 115.22 -
System Red Green Blue C M Y K H S L
Decimal 85 106 134 0.37 0.21 0 0.47 214.29 0.22 0.43
Hex 55 6A 86 25 15 0 2F D6 16 2B
Octal 125 152 206 45 25 0 57 326 26 53
Binary 1010101 1101010 10000110 100101 10101 0 101111 11010110 10110 101011

Color Harmonies of #556A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556A86

Black with #556A86

Text Example


Text Example

White with #556A86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,106,134); }

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

background-color css

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

 a { background-color: rgb(85,106,134); }

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

border-color css

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

 span { border-color: rgb(85,106,134); }

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