Html Css Color HEX #588C9C Horizon

📋 copy color: '#588C9C'

red 88 ◦ green 140 ◦ blue 156

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

Shades of Horizon #588C9C

Tints of Horizon #588C9C

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.46%

 BLUE value IS 156 (61.33% from 255) = 40.63%

R = 22.92%
G = 36.46%
B = 40.63%

CMYK

 C value IS 0.44

 M value IS 0.10

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#588C9C (or 0x588C9C) is known color: Horizon. HEX triplet: 58, 8C and 9C. RGB value is (88,140,156). Sum of RGB (Red+Green+Blue) = 88+140+156=384 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.92% from 384); Green value is 140 (55.08% from 255 or 36.46% from 384); Blue value is 156 (61.33% from 255 or 40.62% from 384); Max value from RGB is 156 - color contains mainly: blue. Hex color #588C9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588C9C is #A77363. Grayscale: #7E7E7E. Windows color (decimal): -10974052 or 10259544. OLE color: 10259544.

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

Color convert

RGB 88 140 156 -
CMYK 0.44 0.10 0 0.39
HSL 194.12º 0.28% 0.48% -
HSV(B) 194.12º 0.44% 0.61% -
XYZ 19.4 23.23 34.91 -
YUV 126.28 144.77 100.7 -
System Red Green Blue C M Y K H S L
Decimal 88 140 156 0.44 0.10 0 0.39 194.12 0.28 0.48
Hex 58 8C 9C 2C A 0 27 C2 1C 30
Octal 130 214 234 54 12 0 47 302 34 60
Binary 1011000 10001100 10011100 101100 1010 0 100111 11000010 11100 110000

Color Harmonies of #588C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588C9C

Black with #588C9C

Text Example


Text Example

White with #588C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,140,156); }

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

background-color css

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

 a { background-color: rgb(88,140,156); }

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

border-color css

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

 span { border-color: rgb(88,140,156); }

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