Html Css Color HEX #557591 Kashmir Blue

📋 copy color: '#557591'

red 85 ◦ green 117 ◦ blue 145

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

Shades of Kashmir Blue #557591

Tints of Kashmir Blue #557591

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.72%

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

R = 24.5%
G = 33.72%
B = 41.79%

CMYK

 C value IS 0.41

 M value IS 0.19

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#557591 (or 0x557591) is known color: Kashmir Blue. HEX triplet: 55, 75 and 91. RGB value is (85,117,145). Sum of RGB (Red+Green+Blue) = 85+117+145=347 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.50% from 347); Green value is 117 (46.09% from 255 or 33.72% from 347); Blue value is 145 (57.03% from 255 or 41.79% from 347); Max value from RGB is 145 - color contains mainly: blue. Hex color #557591 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557591 is #AA8A6E. Grayscale: #6E6E6E. Windows color (decimal): -11176559 or 9532757. OLE color: 9532757.

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

Color convert

RGB 85 117 145 -
CMYK 0.41 0.19 0 0.43
HSL 208º 0.26% 0.45% -
HSV(B) 208º 0.41% 0.57% -
XYZ 15.22 16.7 29.21 -
YUV 110.62 147.4 109.72 -
System Red Green Blue C M Y K H S L
Decimal 85 117 145 0.41 0.19 0 0.43 208 0.26 0.45
Hex 55 75 91 29 13 0 2B D0 1A 2D
Octal 125 165 221 51 23 0 53 320 32 55
Binary 1010101 1110101 10010001 101001 10011 0 101011 11010000 11010 101101

Color Harmonies of #557591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557591

Black with #557591

Text Example


Text Example

White with #557591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557591; }

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

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

background-color css

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

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

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

border-color css

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

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

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