#588198

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

Shades of Horizon #588198

Tints of Horizon #588198

Color information

#588198 (or 0x588198) is unknown color: approx Horizon. HEX triplet: 58, 81 and 98. RGB value is (88,129,152). Sum of RGB (Red+Green+Blue) = 88+129+152=369 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.85% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 152 (59.77% from 255 or 41.19% from 369); Max value from RGB is 152 - color contains mainly: blue. Hex color #588198 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588198 is #A77E67. Grayscale: #777777. Windows color (decimal): -10976872 or 9994584. OLE color: 9994584.

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

Color convert

RGB88129152-
CMYK0.420.1500.40
HSL201.56º26.67%47.06%-
HSV(B)201.56º42.11%59.61%-
XYZ17.5420.0432.65-
YUV119.36146.42105.63-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.85%
GREEN value IS 129 (50.78% from 255) = 34.96%
BLUE value IS 152 (59.77% from 255) = 41.19%
R=23.85%
G=34.96%
B=41.19%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal881291520.420.1500.40201.5626.6747.06
Hex5881982AF028ca1b2f
Octal13020123052170503123357
Binary10110001000000110011000101010111101010001100101011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #588198; }

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

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

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

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

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

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

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

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