#557F97

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

Shades of Hippie Blue #557F97

Tints of Hippie Blue #557F97

Color information

#557F97 (or 0x557F97) is unknown color: approx Hippie Blue. HEX triplet: 55, 7F and 97. RGB value is (85,127,151). Sum of RGB (Red+Green+Blue) = 85+127+151=363 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.42% from 363); Green value is 127 (50% from 255 or 34.99% from 363); Blue value is 151 (59.38% from 255 or 41.60% from 363); Max value from RGB is 151 - color contains mainly: blue. Hex color #557F97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557F97 is #AA8068. Grayscale: #757575. Windows color (decimal): -11173993 or 9928533. OLE color: 9928533.

HSL color Cylindrical-coordinate representation of color #557F97: hue angle of 201.82º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #557F97 is Cyan = 0.44, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB85127151-
CMYK0.440.1600.41
HSL201.82º27.97%46.27%-
HSV(B)201.82º43.71%59.22%-
XYZ16.9219.3432.12-
YUV117.18147.09105.05-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.42%
GREEN value IS 127 (50% from 255) = 34.99%
BLUE value IS 151 (59.38% from 255) = 41.60%
R=23.42%
G=34.99%
B=41.60%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal851271510.440.1600.41201.8227.9746.27
Hex557F972C10029ca1c2e
Octal12517722754200513123456
Binary10101011111111100101111011001000001010011100101011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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