#557798

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

Shades of Kashmir Blue #557798

Tints of Kashmir Blue #557798

Color information

#557798 (or 0x557798) is unknown color: approx Kashmir Blue. HEX triplet: 55, 77 and 98. RGB value is (85,119,152). Sum of RGB (Red+Green+Blue) = 85+119+152=356 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.88% from 356); Green value is 119 (46.88% from 255 or 33.43% from 356); Blue value is 152 (59.77% from 255 or 42.70% from 356); Max value from RGB is 152 - color contains mainly: blue. Hex color #557798 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557798 is #AA8867. Grayscale: #707070. Windows color (decimal): -11176040 or 9992021. OLE color: 9992021.

HSL color Cylindrical-coordinate representation of color #557798: hue angle of 209.55º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #557798 is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB85119152-
CMYK0.440.2200.40
HSL209.55º28.27%46.47%-
HSV(B)209.55º44.08%59.61%-
XYZ16.0117.3932.22-
YUV112.6150.24108.32-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.88%
GREEN value IS 119 (46.88% from 255) = 33.43%
BLUE value IS 152 (59.77% from 255) = 42.70%
R=23.88%
G=33.43%
B=42.70%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal851191520.440.2200.40209.5528.2746.47
Hex5577982C16028d21c2e
Octal12516723054260503223456
Binary10101011110111100110001011001011001010001101001011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557798; }

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

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

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

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

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

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

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

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