#557F93

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

Shades of Horizon #557F93

Tints of Horizon #557F93

Color information

#557F93 (or 0x557F93) is unknown color: approx Horizon. HEX triplet: 55, 7F and 93. RGB value is (85,127,147). Sum of RGB (Red+Green+Blue) = 85+127+147=359 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.68% from 359); Green value is 127 (50% from 255 or 35.38% from 359); Blue value is 147 (57.81% from 255 or 40.95% from 359); Max value from RGB is 147 - color contains mainly: blue. Hex color #557F93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557F93 is #AA806C. Grayscale: #747474. Windows color (decimal): -11173997 or 9666389. OLE color: 9666389.

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

Color convert

RGB85127147-
CMYK0.420.1400.42
HSL199.35º26.72%45.49%-
HSV(B)199.35º42.18%57.65%-
XYZ16.619.2230.44-
YUV116.72145.09105.37-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.68%
GREEN value IS 127 (50% from 255) = 35.38%
BLUE value IS 147 (57.81% from 255) = 40.95%
R=23.68%
G=35.38%
B=40.95%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal851271470.420.1400.42199.3526.7245.49
Hex557F932AE02Ac71b2d
Octal12517722352160523073355
Binary1010101111111110010011101010111001010101100011111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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