#557690

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

Shades of Kashmir Blue #557690

Tints of Kashmir Blue #557690

Color information

#557690 (or 0x557690) is unknown color: approx Kashmir Blue. HEX triplet: 55, 76 and 90. RGB value is (85,118,144). Sum of RGB (Red+Green+Blue) = 85+118+144=347 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.50% from 347); Green value is 118 (46.48% from 255 or 34.01% from 347); Blue value is 144 (56.64% from 255 or 41.50% from 347); Max value from RGB is 144 - color contains mainly: blue. Hex color #557690 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557690 is #AA896F. Grayscale: #6E6E6E. Windows color (decimal): -11176304 or 9467477. OLE color: 9467477.

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

Color convert

RGB85118144-
CMYK0.410.1800.44
HSL206.44º25.76%44.9%-
HSV(B)206.44º40.97%56.47%-
XYZ15.2616.928.84-
YUV111.1146.57109.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.50%
GREEN value IS 118 (46.48% from 255) = 34.01%
BLUE value IS 144 (56.64% from 255) = 41.50%
R=24.50%
G=34.01%
B=41.50%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal851181440.410.1800.44206.4425.7644.9
Hex557690291202Cce1a2d
Octal12516622051220543163255
Binary10101011110110100100001010011001001011001100111011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557690; }

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

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

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

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

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

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

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

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