#588398

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

Shades of Horizon #588398

Tints of Horizon #588398

Color information

#588398 (or 0x588398) is unknown color: approx Horizon. HEX triplet: 58, 83 and 98. RGB value is (88,131,152). Sum of RGB (Red+Green+Blue) = 88+131+152=371 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.72% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 152 (59.77% from 255 or 40.97% from 371); Max value from RGB is 152 - color contains mainly: blue. Hex color #588398 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588398 is #A77C67. Grayscale: #787878. Windows color (decimal): -10976360 or 9995096. OLE color: 9995096.

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

Color convert

RGB88131152-
CMYK0.420.1400.40
HSL199.69º26.67%47.06%-
HSV(B)199.69º42.11%59.61%-
XYZ17.8120.5732.74-
YUV120.54145.75104.79-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.72%
GREEN value IS 131 (51.56% from 255) = 35.31%
BLUE value IS 152 (59.77% from 255) = 40.97%
R=23.72%
G=35.31%
B=40.97%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal881311520.420.1400.40199.6926.6747.06
Hex5883982AE028c81b2f
Octal13020323052160503103357
Binary10110001000001110011000101010111001010001100100011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #588398; }

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

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

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

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

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

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

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

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