#557791

Color #557791 Kashmir Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kashmir Blue #557791

Tints of Kashmir Blue #557791

Color information

#557791 (or 0x557791) is unknown color: approx Kashmir Blue. HEX triplet: 55, 77 and 91. RGB value is (85,119,145). Sum of RGB (Red+Green+Blue) = 85+119+145=349 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.36% from 349); Green value is 119 (46.88% from 255 or 34.10% from 349); Blue value is 145 (57.03% from 255 or 41.55% from 349); Max value from RGB is 145 - color contains mainly: blue. Hex color #557791 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557791 is #AA886E. Grayscale: #6F6F6F. Windows color (decimal): -11176047 or 9533269. OLE color: 9533269.

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

Color convert

RGB85119145-
CMYK0.410.1800.43
HSL206º26.09%45.1%-
HSV(B)206º41.38%56.86%-
XYZ15.4517.1729.29-
YUV111.8146.74108.89-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.36%
GREEN value IS 119 (46.88% from 255) = 34.10%
BLUE value IS 145 (57.03% from 255) = 41.55%
R=24.36%
G=34.10%
B=41.55%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal851191450.410.1800.4320626.0945.1
Hex557791291202Bce1a2d
Octal12516722151220533163255
Binary10101011110111100100011010011001001010111100111011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557791; }

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

 H1.HeaderClassName
 {
   color: #557791;
 }
 .AnyTagClassName
 {
   color: #557791;
 }
</style>
background-color css

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

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

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

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

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

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