Html Css Color HEX #588594 Horizon

📋 copy color: '#588594'

red 88 ◦ green 133 ◦ blue 148

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

Shades of Horizon #588594

Tints of Horizon #588594

RGB

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

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

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

R = 23.85%
G = 36.04%
B = 40.11%

CMYK

 C value IS 0.41

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#588594 (or 0x588594) is known color: Horizon. HEX triplet: 58, 85 and 94. RGB value is (88,133,148). Sum of RGB (Red+Green+Blue) = 88+133+148=369 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.85% from 369); Green value is 133 (52.34% from 255 or 36.04% from 369); Blue value is 148 (58.20% from 255 or 40.11% from 369); Max value from RGB is 148 - color contains mainly: blue. Hex color #588594 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588594 is #A77A6B. Grayscale: #797979. Windows color (decimal): -10975852 or 9733464. OLE color: 9733464.

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

Color convert

RGB 88 133 148 -
CMYK 0.41 0.10 0 0.42
HSL 195º 0.25% 0.46% -
HSV(B) 195º 0.41% 0.58% -
XYZ 17.76 20.99 31.13 -
YUV 121.26 143.09 104.28 -
System Red Green Blue C M Y K H S L
Decimal 88 133 148 0.41 0.10 0 0.42 195 0.25 0.46
Hex 58 85 94 29 A 0 2A C3 19 2E
Octal 130 205 224 51 12 0 52 303 31 56
Binary 1011000 10000101 10010100 101001 1010 0 101010 11000011 11001 101110

Color Harmonies of #588594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588594

Black with #588594

Text Example


Text Example

White with #588594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #588594; }

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

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

background-color css

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

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

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

border-color css

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

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

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