Html Css Color HEX #556386 Kashmir Blue

📋 copy color: '#556386'

red 85 ◦ green 99 ◦ blue 134

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

Shades of Kashmir Blue #556386

Tints of Kashmir Blue #556386

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.13%

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

R = 26.73%
G = 31.13%
B = 42.14%

CMYK

 C value IS 0.37

 M value IS 0.26

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#556386 (or 0x556386) is known color: Kashmir Blue. HEX triplet: 55, 63 and 86. RGB value is (85,99,134). Sum of RGB (Red+Green+Blue) = 85+99+134=318 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.73% from 318); Green value is 99 (39.06% from 255 or 31.13% from 318); Blue value is 134 (52.73% from 255 or 42.14% from 318); Max value from RGB is 134 - color contains mainly: blue. Hex color #556386 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556386 is #AA9C79. Grayscale: #626262. Windows color (decimal): -11181178 or 8807253. OLE color: 8807253.

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

Color convert

RGB 85 99 134 -
CMYK 0.37 0.26 0 0.47
HSL 222.86º 0.22% 0.43% -
HSV(B) 222.86º 0.37% 0.53% -
XYZ 12.51 12.58 24.32 -
YUV 98.8 147.86 118.15 -
System Red Green Blue C M Y K H S L
Decimal 85 99 134 0.37 0.26 0 0.47 222.86 0.22 0.43
Hex 55 63 86 25 1A 0 2F DF 16 2B
Octal 125 143 206 45 32 0 57 337 26 53
Binary 1010101 1100011 10000110 100101 11010 0 101111 11011111 10110 101011

Color Harmonies of #556386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556386

Black with #556386

Text Example


Text Example

White with #556386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556386; }

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

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

background-color css

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

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

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

border-color css

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

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

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