Html Css Color HEX #588593 Horizon

📋 copy color: '#588593'

red 88 ◦ green 133 ◦ blue 147

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

Shades of Horizon #588593

Tints of Horizon #588593

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.14%

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

R = 23.91%
G = 36.14%
B = 39.95%

CMYK

 C value IS 0.40

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#588593 (or 0x588593) is known color: Horizon. HEX triplet: 58, 85 and 93. RGB value is (88,133,147). Sum of RGB (Red+Green+Blue) = 88+133+147=368 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.91% from 368); Green value is 133 (52.34% from 255 or 36.14% from 368); Blue value is 147 (57.81% from 255 or 39.95% from 368); Max value from RGB is 147 - color contains mainly: blue. Hex color #588593 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588593 is #A77A6C. Grayscale: #797979. Windows color (decimal): -10975853 or 9667928. OLE color: 9667928.

HSL color Cylindrical-coordinate representation of color #588593: hue angle of 194.24º 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 #588593 is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 88 133 147 -
CMYK 0.40 0.10 0 0.42
HSL 194.24º 0.25% 0.46% -
HSV(B) 194.24º 0.4% 0.58% -
XYZ 17.68 20.96 30.72 -
YUV 121.14 142.59 104.36 -
System Red Green Blue C M Y K H S L
Decimal 88 133 147 0.40 0.10 0 0.42 194.24 0.25 0.46
Hex 58 85 93 28 A 0 2A C2 19 2E
Octal 130 205 223 50 12 0 52 302 31 56
Binary 1011000 10000101 10010011 101000 1010 0 101010 11000010 11001 101110

Color Harmonies of #588593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588593

Black with #588593

Text Example


Text Example

White with #588593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #588593; }

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

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

background-color css

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

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

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

border-color css

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

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

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