Html Css Color HEX #588598 Horizon

📋 copy color: '#588598'

red 88 ◦ green 133 ◦ blue 152

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

Shades of Horizon #588598

Tints of Horizon #588598

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 40.75%

R = 23.59%
G = 35.66%
B = 40.75%

CMYK

 C value IS 0.42

 M value IS 0.13

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#588598 (or 0x588598) is known color: Horizon. HEX triplet: 58, 85 and 98. RGB value is (88,133,152). Sum of RGB (Red+Green+Blue) = 88+133+152=373 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.59% from 373); Green value is 133 (52.34% from 255 or 35.66% from 373); Blue value is 152 (59.77% from 255 or 40.75% from 373); Max value from RGB is 152 - color contains mainly: blue. Hex color #588598 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588598 is #A77A67. Grayscale: #797979. Windows color (decimal): -10975848 or 9995608. OLE color: 9995608.

HSL color Cylindrical-coordinate representation of color #588598: hue angle of 197.81º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #588598 is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 88 133 152 -
CMYK 0.42 0.13 0 0.40
HSL 197.81º 0.27% 0.47% -
HSV(B) 197.81º 0.42% 0.6% -
XYZ 18.08 21.12 32.83 -
YUV 121.71 145.09 103.96 -
System Red Green Blue C M Y K H S L
Decimal 88 133 152 0.42 0.13 0 0.40 197.81 0.27 0.47
Hex 58 85 98 2A D 0 28 C6 1B 2F
Octal 130 205 230 52 15 0 50 306 33 57
Binary 1011000 10000101 10011000 101010 1101 0 101000 11000110 11011 101111

Color Harmonies of #588598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588598

Black with #588598

Text Example


Text Example

White with #588598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #588598; }

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

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

background-color css

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

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

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

border-color css

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

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

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