#557E98

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

Shades of Hippie Blue #557E98

Tints of Hippie Blue #557E98

Color information

#557E98 (or 0x557E98) is unknown color: approx Hippie Blue. HEX triplet: 55, 7E and 98. RGB value is (85,126,152). Sum of RGB (Red+Green+Blue) = 85+126+152=363 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.42% from 363); Green value is 126 (49.61% from 255 or 34.71% from 363); Blue value is 152 (59.77% from 255 or 41.87% from 363); Max value from RGB is 152 - color contains mainly: blue. Hex color #557E98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557E98 is #AA8167. Grayscale: #747474. Windows color (decimal): -11174248 or 9993813. OLE color: 9993813.

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

Color convert

RGB85126152-
CMYK0.440.1700.40
HSL203.28º28.27%46.47%-
HSV(B)203.28º44.08%59.61%-
XYZ16.8719.1232.51-
YUV116.7147.92105.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.42%
GREEN value IS 126 (49.61% from 255) = 34.71%
BLUE value IS 152 (59.77% from 255) = 41.87%
R=23.42%
G=34.71%
B=41.87%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal851261520.440.1700.40203.2828.2746.47
Hex557E982C11028cb1c2e
Octal12517623054210503133456
Binary10101011111110100110001011001000101010001100101111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557E98; }

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

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

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

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

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

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

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

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