Html Css Color HEX #588194 Horizon

📋 copy color: '#588194'

red 88 ◦ green 129 ◦ blue 148

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

Shades of Horizon #588194

Tints of Horizon #588194

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.34%

 BLUE value IS 148 (58.2% from 255) = 40.55%

R = 24.11%
G = 35.34%
B = 40.55%

CMYK

 C value IS 0.41

 M value IS 0.13

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#588194 (or 0x588194) is known color: Horizon. HEX triplet: 58, 81 and 94. RGB value is (88,129,148). Sum of RGB (Red+Green+Blue) = 88+129+148=365 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.11% from 365); Green value is 129 (50.78% from 255 or 35.34% from 365); Blue value is 148 (58.20% from 255 or 40.55% from 365); Max value from RGB is 148 - color contains mainly: blue. Hex color #588194 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588194 is #A77E6B. Grayscale: #767676. Windows color (decimal): -10976876 or 9732440. OLE color: 9732440.

HSL color Cylindrical-coordinate representation of color #588194: hue angle of 199º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #588194 is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 88 129 148 -
CMYK 0.41 0.13 0 0.42
HSL 199º 0.25% 0.46% -
HSV(B) 199º 0.41% 0.58% -
XYZ 17.22 19.91 30.95 -
YUV 118.91 144.42 105.96 -
System Red Green Blue C M Y K H S L
Decimal 88 129 148 0.41 0.13 0 0.42 199 0.25 0.46
Hex 58 81 94 29 D 0 2A C7 19 2E
Octal 130 201 224 51 15 0 52 307 31 56
Binary 1011000 10000001 10010100 101001 1101 0 101010 11000111 11001 101110

Color Harmonies of #588194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588194

Black with #588194

Text Example


Text Example

White with #588194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #588194; }

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

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

background-color css

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

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

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

border-color css

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

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

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