Html Css Color HEX #557390 Kashmir Blue

📋 copy color: '#557390'

red 85 ◦ green 115 ◦ blue 144

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

Shades of Kashmir Blue #557390

Tints of Kashmir Blue #557390

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.43%

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

R = 24.71%
G = 33.43%
B = 41.86%

CMYK

 C value IS 0.41

 M value IS 0.20

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#557390 (or 0x557390) is known color: Kashmir Blue. HEX triplet: 55, 73 and 90. RGB value is (85,115,144). Sum of RGB (Red+Green+Blue) = 85+115+144=344 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.71% from 344); Green value is 115 (45.31% from 255 or 33.43% from 344); Blue value is 144 (56.64% from 255 or 41.86% from 344); Max value from RGB is 144 - color contains mainly: blue. Hex color #557390 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557390 is #AA8C6F. Grayscale: #6D6D6D. Windows color (decimal): -11177072 or 9466709. OLE color: 9466709.

HSL color Cylindrical-coordinate representation of color #557390: hue angle of 209.49º 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 #557390 is Cyan = 0.41, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 85 115 144 -
CMYK 0.41 0.20 0 0.44
HSL 209.49º 0.26% 0.45% -
HSV(B) 209.49º 0.41% 0.56% -
XYZ 14.91 16.21 28.73 -
YUV 109.34 147.56 110.64 -
System Red Green Blue C M Y K H S L
Decimal 85 115 144 0.41 0.20 0 0.44 209.49 0.26 0.45
Hex 55 73 90 29 14 0 2C D1 1A 2D
Octal 125 163 220 51 24 0 54 321 32 55
Binary 1010101 1110011 10010000 101001 10100 0 101100 11010001 11010 101101

Color Harmonies of #557390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557390

Black with #557390

Text Example


Text Example

White with #557390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557390; }

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

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

background-color css

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

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

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

border-color css

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

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

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