#557F95

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

Shades of Hippie Blue #557F95

Tints of Hippie Blue #557F95

Color information

#557F95 (or 0x557F95) is unknown color: approx Hippie Blue. HEX triplet: 55, 7F and 95. RGB value is (85,127,149). Sum of RGB (Red+Green+Blue) = 85+127+149=361 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.55% from 361); Green value is 127 (50% from 255 or 35.18% from 361); Blue value is 149 (58.59% from 255 or 41.27% from 361); Max value from RGB is 149 - color contains mainly: blue. Hex color #557F95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557F95 is #AA806A. Grayscale: #747474. Windows color (decimal): -11173995 or 9797461. OLE color: 9797461.

HSL color Cylindrical-coordinate representation of color #557F95: hue angle of 200.62º 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 #557F95 is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB85127149-
CMYK0.430.1500.42
HSL200.62º27.35%45.88%-
HSV(B)200.62º42.95%58.43%-
XYZ16.7619.2831.27-
YUV116.95146.09105.21-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.55%
GREEN value IS 127 (50% from 255) = 35.18%
BLUE value IS 149 (58.59% from 255) = 41.27%
R=23.55%
G=35.18%
B=41.27%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal851271490.430.1500.42200.6227.3545.88
Hex557F952BF02Ac91b2e
Octal12517722553170523113356
Binary1010101111111110010101101011111101010101100100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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