Html Css Color HEX #588198 Horizon

📋 copy color: '#588198'

red 88 ◦ green 129 ◦ blue 152

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

Shades of Horizon #588198

Tints of Horizon #588198

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

 M value IS 0.15

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

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

RGB 88 129 152 -
CMYK 0.42 0.15 0 0.40
HSL 201.56º 0.27% 0.47% -
HSV(B) 201.56º 0.42% 0.6% -
XYZ 17.54 20.04 32.65 -
YUV 119.36 146.42 105.63 -
System Red Green Blue C M Y K H S L
Decimal 88 129 152 0.42 0.15 0 0.40 201.56 0.27 0.47
Hex 58 81 98 2A F 0 28 CA 1B 2F
Octal 130 201 230 52 17 0 50 312 33 57
Binary 1011000 10000001 10011000 101010 1111 0 101000 11001010 11011 101111

Color Harmonies of #588198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588198

Black with #588198

Text Example


Text Example

White with #588198

Text Example


Text Example

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