Html Css Color HEX #588898 Horizon

📋 copy color: '#588898'

red 88 ◦ green 136 ◦ blue 152

#588898
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Horizon #588898

Tints of Horizon #588898

RGB

 RED value IS 88 (34.77% from 255) = 23.4%

 GREEN value IS 136 (53.52% from 255) = 36.17%

 BLUE value IS 152 (59.77% from 255) = 40.43%

R = 23.4%
G = 36.17%
B = 40.43%

CMYK

 C value IS 0.42

 M value IS 0.11

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#588898 (or 0x588898) is known color: Horizon. HEX triplet: 58, 88 and 98. RGB value is (88,136,152). Sum of RGB (Red+Green+Blue) = 88+136+152=376 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.40% from 376); Green value is 136 (53.52% from 255 or 36.17% from 376); Blue value is 152 (59.77% from 255 or 40.43% from 376); Max value from RGB is 152 - color contains mainly: blue. Hex color #588898 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588898 is #A77767. Grayscale: #7B7B7B. Windows color (decimal): -10975080 or 9996376. OLE color: 9996376.

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

Color convert

RGB 88 136 152 -
CMYK 0.42 0.11 0 0.40
HSL 195º 0.27% 0.47% -
HSV(B) 195º 0.42% 0.6% -
XYZ 18.5 21.95 32.97 -
YUV 123.47 144.1 102.7 -
System Red Green Blue C M Y K H S L
Decimal 88 136 152 0.42 0.11 0 0.40 195 0.27 0.47
Hex 58 88 98 2A B 0 28 C3 1B 2F
Octal 130 210 230 52 13 0 50 303 33 57
Binary 1011000 10001000 10011000 101010 1011 0 101000 11000011 11011 101111

Color Harmonies of #588898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588898

Black with #588898

Text Example


Text Example

White with #588898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #588898; }

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

 H1.HeaderClassName
 {
   color: #588898;
 }
 .AnyTagClassName
 {
   color: #588898;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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