Html Css Color HEX #588092 Horizon

📋 copy color: '#588092'

red 88 ◦ green 128 ◦ blue 146

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

Shades of Horizon #588092

Tints of Horizon #588092

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.36%

 BLUE value IS 146 (57.42% from 255) = 40.33%

R = 24.31%
G = 35.36%
B = 40.33%

CMYK

 C value IS 0.40

 M value IS 0.12

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#588092 (or 0x588092) is known color: Horizon. HEX triplet: 58, 80 and 92. RGB value is (88,128,146). Sum of RGB (Red+Green+Blue) = 88+128+146=362 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.31% from 362); Green value is 128 (50.39% from 255 or 35.36% from 362); Blue value is 146 (57.42% from 255 or 40.33% from 362); Max value from RGB is 146 - color contains mainly: blue. Hex color #588092 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588092 is #A77F6D. Grayscale: #757575. Windows color (decimal): -10977134 or 9601112. OLE color: 9601112.

HSL color Cylindrical-coordinate representation of color #588092: hue angle of 198.62º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #588092 is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 88 128 146 -
CMYK 0.40 0.12 0 0.43
HSL 198.62º 0.25% 0.46% -
HSV(B) 198.62º 0.4% 0.57% -
XYZ 16.93 19.59 30.08 -
YUV 118.09 143.75 106.54 -
System Red Green Blue C M Y K H S L
Decimal 88 128 146 0.40 0.12 0 0.43 198.62 0.25 0.46
Hex 58 80 92 28 C 0 2B C7 19 2E
Octal 130 200 222 50 14 0 53 307 31 56
Binary 1011000 10000000 10010010 101000 1100 0 101011 11000111 11001 101110

Color Harmonies of #588092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588092

Black with #588092

Text Example


Text Example

White with #588092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #588092; }

 p { color: rgb(88,128,146); }

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

background-color css

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

 a { background-color: rgb(88,128,146); }

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

border-color css

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

 span { border-color: rgb(88,128,146); }

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