Html Css Color HEX #588398 Horizon

📋 copy color: '#588398'

red 88 ◦ green 131 ◦ blue 152

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

Shades of Horizon #588398

Tints of Horizon #588398

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 value IS 0.42

 M value IS 0.14

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#588398 (or 0x588398) is known color: 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

RGB 88 131 152 -
CMYK 0.42 0.14 0 0.40
HSL 199.69º 0.27% 0.47% -
HSV(B) 199.69º 0.42% 0.6% -
XYZ 17.81 20.57 32.74 -
YUV 120.54 145.75 104.79 -
System Red Green Blue C M Y K H S L
Decimal 88 131 152 0.42 0.14 0 0.40 199.69 0.27 0.47
Hex 58 83 98 2A E 0 28 C8 1B 2F
Octal 130 203 230 52 16 0 50 310 33 57
Binary 1011000 10000011 10011000 101010 1110 0 101000 11001000 11011 101111

Color Harmonies of #588398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588398

Black with #588398

Text Example


Text Example

White with #588398

Text Example


Text Example

HTML Codes & Css Web 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>