Html Css Color HEX #588096 Horizon

📋 copy color: '#588096'

red 88 ◦ green 128 ◦ blue 150

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

Shades of Horizon #588096

Tints of Horizon #588096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 40.98%

R = 24.04%
G = 34.97%
B = 40.98%

CMYK

 C value IS 0.41

 M value IS 0.15

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#588096 (or 0x588096) is known color: Horizon. HEX triplet: 58, 80 and 96. RGB value is (88,128,150). Sum of RGB (Red+Green+Blue) = 88+128+150=366 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.04% from 366); Green value is 128 (50.39% from 255 or 34.97% from 366); Blue value is 150 (58.98% from 255 or 40.98% from 366); Max value from RGB is 150 - color contains mainly: blue. Hex color #588096 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588096 is #A77F69. Grayscale: #767676. Windows color (decimal): -10977130 or 9863256. OLE color: 9863256.

HSL color Cylindrical-coordinate representation of color #588096: hue angle of 201.29º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #588096 is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 88 128 150 -
CMYK 0.41 0.15 0 0.41
HSL 201.29º 0.26% 0.47% -
HSV(B) 201.29º 0.41% 0.59% -
XYZ 17.25 19.72 31.75 -
YUV 118.55 145.75 106.21 -
System Red Green Blue C M Y K H S L
Decimal 88 128 150 0.41 0.15 0 0.41 201.29 0.26 0.47
Hex 58 80 96 29 F 0 29 C9 1A 2F
Octal 130 200 226 51 17 0 51 311 32 57
Binary 1011000 10000000 10010110 101001 1111 0 101001 11001001 11010 101111

Color Harmonies of #588096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588096

Black with #588096

Text Example


Text Example

White with #588096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #588096; }

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

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

background-color css

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

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

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

border-color css

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

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

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