Html Css Color HEX #556087 Kashmir Blue

📋 copy color: '#556087'

red 85 ◦ green 96 ◦ blue 135

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

Shades of Kashmir Blue #556087

Tints of Kashmir Blue #556087

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.38%

 BLUE value IS 135 (53.13% from 255) = 42.72%

R = 26.9%
G = 30.38%
B = 42.72%

CMYK

 C value IS 0.37

 M value IS 0.29

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#556087 (or 0x556087) is known color: Kashmir Blue. HEX triplet: 55, 60 and 87. RGB value is (85,96,135). Sum of RGB (Red+Green+Blue) = 85+96+135=316 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.90% from 316); Green value is 96 (37.89% from 255 or 30.38% from 316); Blue value is 135 (53.12% from 255 or 42.72% from 316); Max value from RGB is 135 - color contains mainly: blue. Hex color #556087 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556087 is #AA9F78. Grayscale: #606060. Windows color (decimal): -11181945 or 8872021. OLE color: 8872021.

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

Color convert

RGB 85 96 135 -
CMYK 0.37 0.29 0 0.47
HSL 226.8º 0.23% 0.43% -
HSV(B) 226.8º 0.37% 0.53% -
XYZ 12.3 12.05 24.6 -
YUV 97.16 149.36 119.33 -
System Red Green Blue C M Y K H S L
Decimal 85 96 135 0.37 0.29 0 0.47 226.8 0.23 0.43
Hex 55 60 87 25 1D 0 2F E3 17 2B
Octal 125 140 207 45 35 0 57 343 27 53
Binary 1010101 1100000 10000111 100101 11101 0 101111 11100011 10111 101011

Color Harmonies of #556087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556087

Black with #556087

Text Example


Text Example

White with #556087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556087; }

 p { color: rgb(85,96,135); }

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

background-color css

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

 a { background-color: rgb(85,96,135); }

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

border-color css

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

 span { border-color: rgb(85,96,135); }

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