Html Css Color HEX #557191 Kashmir Blue

📋 copy color: '#557191'

red 85 ◦ green 113 ◦ blue 145

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

Shades of Kashmir Blue #557191

Tints of Kashmir Blue #557191

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.94%

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

R = 24.78%
G = 32.94%
B = 42.27%

CMYK

 C value IS 0.41

 M value IS 0.22

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#557191 (or 0x557191) is known color: Kashmir Blue. HEX triplet: 55, 71 and 91. RGB value is (85,113,145). Sum of RGB (Red+Green+Blue) = 85+113+145=343 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.78% from 343); Green value is 113 (44.53% from 255 or 32.94% from 343); Blue value is 145 (57.03% from 255 or 42.27% from 343); Max value from RGB is 145 - color contains mainly: blue. Hex color #557191 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557191 is #AA8E6E. Grayscale: #6C6C6C. Windows color (decimal): -11177583 or 9531733. OLE color: 9531733.

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

Color convert

RGB 85 113 145 -
CMYK 0.41 0.22 0 0.43
HSL 212º 0.26% 0.45% -
HSV(B) 212º 0.41% 0.57% -
XYZ 14.76 15.79 29.06 -
YUV 108.28 148.72 111.4 -
System Red Green Blue C M Y K H S L
Decimal 85 113 145 0.41 0.22 0 0.43 212 0.26 0.45
Hex 55 71 91 29 16 0 2B D4 1A 2D
Octal 125 161 221 51 26 0 53 324 32 55
Binary 1010101 1110001 10010001 101001 10110 0 101011 11010100 11010 101101

Color Harmonies of #557191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557191

Black with #557191

Text Example


Text Example

White with #557191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557191; }

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

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

background-color css

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

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

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

border-color css

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

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

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