Html Css Color HEX #588996 Horizon

📋 copy color: '#588996'

red 88 ◦ green 137 ◦ blue 150

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

Shades of Horizon #588996

Tints of Horizon #588996

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.53%

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

R = 23.47%
G = 36.53%
B = 40%

CMYK

 C value IS 0.41

 M value IS 0.09

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#588996 (or 0x588996) is known color: Horizon. HEX triplet: 58, 89 and 96. RGB value is (88,137,150). Sum of RGB (Red+Green+Blue) = 88+137+150=375 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.47% from 375); Green value is 137 (53.91% from 255 or 36.53% from 375); Blue value is 150 (58.98% from 255 or 40% from 375); Max value from RGB is 150 - color contains mainly: blue. Hex color #588996 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588996 is #A77669. Grayscale: #7B7B7B. Windows color (decimal): -10974826 or 9865560. OLE color: 9865560.

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

Color convert

RGB 88 137 150 -
CMYK 0.41 0.09 0 0.41
HSL 192.58º 0.26% 0.47% -
HSV(B) 192.58º 0.41% 0.59% -
XYZ 18.48 22.17 32.16 -
YUV 123.83 142.77 102.44 -
System Red Green Blue C M Y K H S L
Decimal 88 137 150 0.41 0.09 0 0.41 192.58 0.26 0.47
Hex 58 89 96 29 9 0 29 C1 1A 2F
Octal 130 211 226 51 11 0 51 301 32 57
Binary 1011000 10001001 10010110 101001 1001 0 101001 11000001 11010 101111

Color Harmonies of #588996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588996

Black with #588996

Text Example


Text Example

White with #588996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #588996; }

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

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

background-color css

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

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

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

border-color css

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

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

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