Html Css Color HEX #588093 Horizon

📋 copy color: '#588093'

red 88 ◦ green 128 ◦ blue 147

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

Shades of Horizon #588093

Tints of Horizon #588093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 40.5%

R = 24.24%
G = 35.26%
B = 40.5%

CMYK

 C value IS 0.40

 M value IS 0.13

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#588093 (or 0x588093) is known color: Horizon. HEX triplet: 58, 80 and 93. RGB value is (88,128,147). Sum of RGB (Red+Green+Blue) = 88+128+147=363 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.24% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 147 (57.81% from 255 or 40.50% from 363); Max value from RGB is 147 - color contains mainly: blue. Hex color #588093 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588093 is #A77F6C. Grayscale: #767676. Windows color (decimal): -10977133 or 9666648. OLE color: 9666648.

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

Color convert

RGB 88 128 147 -
CMYK 0.40 0.13 0 0.42
HSL 199.32º 0.25% 0.46% -
HSV(B) 199.32º 0.4% 0.58% -
XYZ 17.01 19.62 30.49 -
YUV 118.21 144.25 106.46 -
System Red Green Blue C M Y K H S L
Decimal 88 128 147 0.40 0.13 0 0.42 199.32 0.25 0.46
Hex 58 80 93 28 D 0 2A C7 19 2E
Octal 130 200 223 50 15 0 52 307 31 56
Binary 1011000 10000000 10010011 101000 1101 0 101010 11000111 11001 101110

Color Harmonies of #588093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588093

Black with #588093

Text Example


Text Example

White with #588093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #588093; }

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

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

background-color css

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

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

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

border-color css

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

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

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