#557F94

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

Shades of Hippie Blue #557F94

Tints of Hippie Blue #557F94

Color information

#557F94 (or 0x557F94) is unknown color: approx Hippie Blue. HEX triplet: 55, 7F and 94. RGB value is (85,127,148). Sum of RGB (Red+Green+Blue) = 85+127+148=360 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.61% from 360); Green value is 127 (50% from 255 or 35.28% from 360); Blue value is 148 (58.20% from 255 or 41.11% from 360); Max value from RGB is 148 - color contains mainly: blue. Hex color #557F94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557F94 is #AA806B. Grayscale: #747474. Windows color (decimal): -11173996 or 9731925. OLE color: 9731925.

HSL color Cylindrical-coordinate representation of color #557F94: hue angle of 200º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #557F94 is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB85127148-
CMYK0.430.1400.42
HSL200º27.04%45.69%-
HSV(B)200º42.57%58.04%-
XYZ16.6819.2530.85-
YUV116.84145.59105.29-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.61%
GREEN value IS 127 (50% from 255) = 35.28%
BLUE value IS 148 (58.20% from 255) = 41.11%
R=23.61%
G=35.28%
B=41.11%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal851271480.430.1400.4220027.0445.69
Hex557F942BE02Ac81b2e
Octal12517722453160523103356
Binary1010101111111110010100101011111001010101100100011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,127,148); }

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

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

 a { background-color: rgb(85,127,148); }

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

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

 span { border-color: rgb(85,127,148); }

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