Html Css Color HEX #556886 Kashmir Blue

📋 copy color: '#556886'

red 85 ◦ green 104 ◦ blue 134

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

Shades of Kashmir Blue #556886

Tints of Kashmir Blue #556886

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.2%

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

R = 26.32%
G = 32.2%
B = 41.49%

CMYK

 C value IS 0.37

 M value IS 0.22

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#556886 (or 0x556886) is known color: Kashmir Blue. HEX triplet: 55, 68 and 86. RGB value is (85,104,134). Sum of RGB (Red+Green+Blue) = 85+104+134=323 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.32% from 323); Green value is 104 (41.02% from 255 or 32.20% from 323); Blue value is 134 (52.73% from 255 or 41.49% from 323); Max value from RGB is 134 - color contains mainly: blue. Hex color #556886 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556886 is #AA9779. Grayscale: #656565. Windows color (decimal): -11179898 or 8808533. OLE color: 8808533.

HSL color Cylindrical-coordinate representation of color #556886: hue angle of 216.73º 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 #556886 is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 85 104 134 -
CMYK 0.37 0.22 0 0.47
HSL 216.73º 0.22% 0.43% -
HSV(B) 216.73º 0.37% 0.53% -
XYZ 13 13.55 24.49 -
YUV 101.74 146.21 116.06 -
System Red Green Blue C M Y K H S L
Decimal 85 104 134 0.37 0.22 0 0.47 216.73 0.22 0.43
Hex 55 68 86 25 16 0 2F D9 16 2B
Octal 125 150 206 45 26 0 57 331 26 53
Binary 1010101 1101000 10000110 100101 10110 0 101111 11011001 10110 101011

Color Harmonies of #556886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556886

Black with #556886

Text Example


Text Example

White with #556886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556886; }

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

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

background-color css

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

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

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

border-color css

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

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

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