#588B98

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

Shades of Horizon #588B98

Tints of Horizon #588B98

Color information

#588B98 (or 0x588B98) is unknown color: approx Horizon. HEX triplet: 58, 8B and 98. RGB value is (88,139,152). Sum of RGB (Red+Green+Blue) = 88+139+152=379 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.22% from 379); Green value is 139 (54.69% from 255 or 36.68% from 379); Blue value is 152 (59.77% from 255 or 40.11% from 379); Max value from RGB is 152 - color contains mainly: blue. Hex color #588B98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588B98 is #A77467. Grayscale: #7D7D7D. Windows color (decimal): -10974312 or 9997144. OLE color: 9997144.

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

Color convert

RGB88139152-
CMYK0.420.0900.40
HSL192.19º26.67%47.06%-
HSV(B)192.19º42.11%59.61%-
XYZ18.9222.8133.11-
YUV125.23143.1101.44-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.22%
GREEN value IS 139 (54.69% from 255) = 36.68%
BLUE value IS 152 (59.77% from 255) = 40.11%
R=23.22%
G=36.68%
B=40.11%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal881391520.420.0900.40192.1926.6747.06
Hex588B982A9028c01b2f
Octal13021323052110503003357
Binary10110001000101110011000101010100101010001100000011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #588B98; }

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

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

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

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

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

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

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

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