#578398

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

Shades of Horizon #578398

Tints of Horizon #578398

Color information

#578398 (or 0x578398) is unknown color: approx Horizon. HEX triplet: 57, 83 and 98. RGB value is (87,131,152). Sum of RGB (Red+Green+Blue) = 87+131+152=370 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.51% from 370); Green value is 131 (51.56% from 255 or 35.41% from 370); Blue value is 152 (59.77% from 255 or 41.08% from 370); Max value from RGB is 152 - color contains mainly: blue. Hex color #578398 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578398 is #A87C67. Grayscale: #787878. Windows color (decimal): -11041896 or 9995095. OLE color: 9995095.

HSL color Cylindrical-coordinate representation of color #578398: hue angle of 199.38º 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 #578398 is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB87131152-
CMYK0.430.1400.40
HSL199.38º27.2%46.86%-
HSV(B)199.38º42.76%59.61%-
XYZ17.7120.5332.73-
YUV120.24145.92104.29-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.51%
GREEN value IS 131 (51.56% from 255) = 35.41%
BLUE value IS 152 (59.77% from 255) = 41.08%
R=23.51%
G=35.41%
B=41.08%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal871311520.430.1400.40199.3827.246.86
Hex5783982BE028c71b2f
Octal12720323053160503073357
Binary10101111000001110011000101011111001010001100011111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #578398; }

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

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

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

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

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

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

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

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