Html Css Color HEX #588B98 Horizon

📋 copy color: '#588B98'

red 88 ◦ green 139 ◦ blue 152

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

Shades of Horizon #588B98

Tints of Horizon #588B98

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.68%

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

R = 23.22%
G = 36.68%
B = 40.11%

CMYK

 C value IS 0.42

 M value IS 0.09

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#588B98 (or 0x588B98) is known color: Horizon. HEX triplet: 58, 8B and 98. RGB value is (88,139,152). Sum of RGB (Red+Green+Blue) = 88+139+152=379 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.22% from 379); Green value is 139 (54.69% from 255 or 36.68% from 379); Blue value is 152 (59.77% from 255 or 40.11% from 379); Max value from RGB is 152 - color contains mainly: blue. Hex color #588B98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588B98 is #A77467. Grayscale: #7D7D7D. Windows color (decimal): -10974312 or 9997144. OLE color: 9997144.

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

Color convert

RGB 88 139 152 -
CMYK 0.42 0.09 0 0.40
HSL 192.19º 0.27% 0.47% -
HSV(B) 192.19º 0.42% 0.6% -
XYZ 18.92 22.81 33.11 -
YUV 125.23 143.1 101.44 -
System Red Green Blue C M Y K H S L
Decimal 88 139 152 0.42 0.09 0 0.40 192.19 0.27 0.47
Hex 58 8B 98 2A 9 0 28 C0 1B 2F
Octal 130 213 230 52 11 0 50 300 33 57
Binary 1011000 10001011 10011000 101010 1001 0 101000 11000000 11011 101111

Color Harmonies of #588B98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588B98

Black with #588B98

Text Example


Text Example

White with #588B98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #588B98; }

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

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

background-color css

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

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

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

border-color css

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

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

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