Html Css Color HEX #588694 Horizon

📋 copy color: '#588694'

red 88 ◦ green 134 ◦ blue 148

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

Shades of Horizon #588694

Tints of Horizon #588694

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.22%

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

R = 23.78%
G = 36.22%
B = 40%

CMYK

 C value IS 0.41

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#588694 (or 0x588694) is known color: Horizon. HEX triplet: 58, 86 and 94. RGB value is (88,134,148). Sum of RGB (Red+Green+Blue) = 88+134+148=370 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.78% from 370); Green value is 134 (52.73% from 255 or 36.22% from 370); Blue value is 148 (58.20% from 255 or 40% from 370); Max value from RGB is 148 - color contains mainly: blue. Hex color #588694 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588694 is #A7796B. Grayscale: #797979. Windows color (decimal): -10975596 or 9733720. OLE color: 9733720.

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

Color convert

RGB 88 134 148 -
CMYK 0.41 0.09 0 0.42
HSL 194º 0.25% 0.46% -
HSV(B) 194º 0.41% 0.58% -
XYZ 17.89 21.26 31.18 -
YUV 121.84 142.76 103.86 -
System Red Green Blue C M Y K H S L
Decimal 88 134 148 0.41 0.09 0 0.42 194 0.25 0.46
Hex 58 86 94 29 9 0 2A C2 19 2E
Octal 130 206 224 51 11 0 52 302 31 56
Binary 1011000 10000110 10010100 101001 1001 0 101010 11000010 11001 101110

Color Harmonies of #588694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588694

Black with #588694

Text Example


Text Example

White with #588694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #588694; }

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

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

background-color css

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

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

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

border-color css

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

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

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