Html Css Color HEX #557491 Kashmir Blue

📋 copy color: '#557491'

red 85 ◦ green 116 ◦ blue 145

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

Shades of Kashmir Blue #557491

Tints of Kashmir Blue #557491

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.53%

 BLUE value IS 145 (57.03% from 255) = 41.91%

R = 24.57%
G = 33.53%
B = 41.91%

CMYK

 C value IS 0.41

 M value IS 0.2

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#557491 (or 0x557491) is known color: Kashmir Blue. HEX triplet: 55, 74 and 91. RGB value is (85,116,145). Sum of RGB (Red+Green+Blue) = 85+116+145=346 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.57% from 346); Green value is 116 (45.70% from 255 or 33.53% from 346); Blue value is 145 (57.03% from 255 or 41.91% from 346); Max value from RGB is 145 - color contains mainly: blue. Hex color #557491 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557491 is #AA8B6E. Grayscale: #6D6D6D. Windows color (decimal): -11176815 or 9532501. OLE color: 9532501.

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

Color convert

RGB 85 116 145 -
CMYK 0.41 0.2 0 0.43
HSL 209º 0.26% 0.45% -
HSV(B) 209º 0.41% 0.57% -
XYZ 15.1 16.47 29.17 -
YUV 110.04 147.73 110.14 -
System Red Green Blue C M Y K H S L
Decimal 85 116 145 0.41 0.2 0 0.43 209 0.26 0.45
Hex 55 74 91 29 14 0 2B D1 1A 2D
Octal 125 164 221 51 24 0 53 321 32 55
Binary 1010101 1110100 10010001 101001 10100 0 101011 11010001 11010 101101

Color Harmonies of #557491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557491

Black with #557491

Text Example


Text Example

White with #557491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557491; }

 p { color: rgb(85,116,145); }

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

background-color css

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

 a { background-color: rgb(85,116,145); }

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

border-color css

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

 span { border-color: rgb(85,116,145); }

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