Html Css Color HEX #556786 Kashmir Blue

📋 copy color: '#556786'

red 85 ◦ green 103 ◦ blue 134

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

Shades of Kashmir Blue #556786

Tints of Kashmir Blue #556786

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.99%

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

R = 26.4%
G = 31.99%
B = 41.61%

CMYK

 C value IS 0.37

 M value IS 0.23

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#556786 (or 0x556786) is known color: Kashmir Blue. HEX triplet: 55, 67 and 86. RGB value is (85,103,134). Sum of RGB (Red+Green+Blue) = 85+103+134=322 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.40% from 322); Green value is 103 (40.62% from 255 or 31.99% from 322); Blue value is 134 (52.73% from 255 or 41.61% from 322); Max value from RGB is 134 - color contains mainly: blue. Hex color #556786 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556786 is #AA9879. Grayscale: #656565. Windows color (decimal): -11180154 or 8808277. OLE color: 8808277.

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

Color convert

RGB 85 103 134 -
CMYK 0.37 0.23 0 0.47
HSL 217.96º 0.22% 0.43% -
HSV(B) 217.96º 0.37% 0.53% -
XYZ 12.9 13.35 24.45 -
YUV 101.15 146.54 116.48 -
System Red Green Blue C M Y K H S L
Decimal 85 103 134 0.37 0.23 0 0.47 217.96 0.22 0.43
Hex 55 67 86 25 17 0 2F DA 16 2B
Octal 125 147 206 45 27 0 57 332 26 53
Binary 1010101 1100111 10000110 100101 10111 0 101111 11011010 10110 101011

Color Harmonies of #556786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556786

Black with #556786

Text Example


Text Example

White with #556786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556786; }

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

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

background-color css

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

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

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

border-color css

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

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

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