#557998

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

Shades of Kashmir Blue #557998

Tints of Kashmir Blue #557998

Color information

#557998 (or 0x557998) is unknown color: approx Kashmir Blue. HEX triplet: 55, 79 and 98. RGB value is (85,121,152). Sum of RGB (Red+Green+Blue) = 85+121+152=358 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.74% from 358); Green value is 121 (47.66% from 255 or 33.80% from 358); Blue value is 152 (59.77% from 255 or 42.46% from 358); Max value from RGB is 152 - color contains mainly: blue. Hex color #557998 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557998 is #AA8667. Grayscale: #717171. Windows color (decimal): -11175528 or 9992533. OLE color: 9992533.

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

Color convert

RGB85121152-
CMYK0.440.2000.40
HSL207.76º28.27%46.47%-
HSV(B)207.76º44.08%59.61%-
XYZ16.2517.8732.3-
YUV113.77149.57107.48-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.74%
GREEN value IS 121 (47.66% from 255) = 33.80%
BLUE value IS 152 (59.77% from 255) = 42.46%
R=23.74%
G=33.80%
B=42.46%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal851211520.440.2000.40207.7628.2746.47
Hex5579982C14028d01c2e
Octal12517123054240503203456
Binary10101011111001100110001011001010001010001101000011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557998; }

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

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

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

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

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

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

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

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