#578A98

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

Shades of Horizon #578A98

Tints of Horizon #578A98

Color information

#578A98 (or 0x578A98) is unknown color: approx Horizon. HEX triplet: 57, 8A and 98. RGB value is (87,138,152). Sum of RGB (Red+Green+Blue) = 87+138+152=377 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.08% from 377); Green value is 138 (54.30% from 255 or 36.60% from 377); Blue value is 152 (59.77% from 255 or 40.32% from 377); Max value from RGB is 152 - color contains mainly: blue. Hex color #578A98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578A98 is #A87567. Grayscale: #7C7C7C. Windows color (decimal): -11040104 or 9996887. OLE color: 9996887.

HSL color Cylindrical-coordinate representation of color #578A98: hue angle of 192.92º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #578A98 is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB87138152-
CMYK0.430.0900.40
HSL192.92º27.2%46.86%-
HSV(B)192.92º42.76%59.61%-
XYZ18.6922.4733.06-
YUV124.35143.6101.36-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.08%
GREEN value IS 138 (54.30% from 255) = 36.60%
BLUE value IS 152 (59.77% from 255) = 40.32%
R=23.08%
G=36.60%
B=40.32%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal871381520.430.0900.40192.9227.246.86
Hex578A982B9028c11b2f
Octal12721223053110503013357
Binary10101111000101010011000101011100101010001100000111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #578A98; }

 p { color: rgb(87,138,152); }

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

<style>
 a { background-color: #578A98; }

 a { background-color: rgb(87,138,152); }

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

<style>
 span { border-color: #578A98; }

 span { border-color: rgb(87,138,152); }

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