Html Css Color HEX #588B9B Horizon

📋 copy color: '#588B9B'

red 88 ◦ green 139 ◦ blue 155

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

Shades of Horizon #588B9B

Tints of Horizon #588B9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 40.58%

R = 23.04%
G = 36.39%
B = 40.58%

CMYK

 C value IS 0.43

 M value IS 0.10

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#588B9B (or 0x588B9B) is known color: Horizon. HEX triplet: 58, 8B and 9B. RGB value is (88,139,155). Sum of RGB (Red+Green+Blue) = 88+139+155=382 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.04% from 382); Green value is 139 (54.69% from 255 or 36.39% from 382); Blue value is 155 (60.94% from 255 or 40.58% from 382); Max value from RGB is 155 - color contains mainly: blue. Hex color #588B9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588B9B is #A77464. Grayscale: #7D7D7D. Windows color (decimal): -10974309 or 10193752. OLE color: 10193752.

HSL color Cylindrical-coordinate representation of color #588B9B: hue angle of 194.33º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #588B9B is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 88 139 155 -
CMYK 0.43 0.10 0 0.39
HSL 194.33º 0.28% 0.48% -
HSV(B) 194.33º 0.43% 0.61% -
XYZ 19.17 22.91 34.42 -
YUV 125.58 144.6 101.2 -
System Red Green Blue C M Y K H S L
Decimal 88 139 155 0.43 0.10 0 0.39 194.33 0.28 0.48
Hex 58 8B 9B 2B A 0 27 C2 1C 30
Octal 130 213 233 53 12 0 47 302 34 60
Binary 1011000 10001011 10011011 101011 1010 0 100111 11000010 11100 110000

Color Harmonies of #588B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588B9B

Black with #588B9B

Text Example


Text Example

White with #588B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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