Html Css Color HEX #556990 Kashmir Blue

📋 copy color: '#556990'

red 85 ◦ green 105 ◦ blue 144

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

Shades of Kashmir Blue #556990

Tints of Kashmir Blue #556990

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.44%

 BLUE value IS 144 (56.64% from 255) = 43.11%

R = 25.45%
G = 31.44%
B = 43.11%

CMYK

 C value IS 0.41

 M value IS 0.27

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#556990 (or 0x556990) is known color: Kashmir Blue. HEX triplet: 55, 69 and 90. RGB value is (85,105,144). Sum of RGB (Red+Green+Blue) = 85+105+144=334 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.45% from 334); Green value is 105 (41.41% from 255 or 31.44% from 334); Blue value is 144 (56.64% from 255 or 43.11% from 334); Max value from RGB is 144 - color contains mainly: blue. Hex color #556990 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556990 is #AA966F. Grayscale: #676767. Windows color (decimal): -11179632 or 9464149. OLE color: 9464149.

HSL color Cylindrical-coordinate representation of color #556990: hue angle of 219.66º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #556990 is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 85 105 144 -
CMYK 0.41 0.27 0 0.44
HSL 219.66º 0.26% 0.45% -
HSV(B) 219.66º 0.41% 0.56% -
XYZ 13.83 14.05 28.37 -
YUV 103.47 150.87 114.83 -
System Red Green Blue C M Y K H S L
Decimal 85 105 144 0.41 0.27 0 0.44 219.66 0.26 0.45
Hex 55 69 90 29 1B 0 2C DC 1A 2D
Octal 125 151 220 51 33 0 54 334 32 55
Binary 1010101 1101001 10010000 101001 11011 0 101100 11011100 11010 101101

Color Harmonies of #556990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556990

Black with #556990

Text Example


Text Example

White with #556990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556990; }

 p { color: rgb(85,105,144); }

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

background-color css

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

 a { background-color: rgb(85,105,144); }

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

border-color css

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

 span { border-color: rgb(85,105,144); }

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