Html Css Color HEX #58879C Horizon

📋 copy color: '#58879C'

red 88 ◦ green 135 ◦ blue 156

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

Shades of Horizon #58879C

Tints of Horizon #58879C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.62%

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

R = 23.22%
G = 35.62%
B = 41.16%

CMYK

 C value IS 0.44

 M value IS 0.13

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#58879C (or 0x58879C) is known color: Horizon. HEX triplet: 58, 87 and 9C. RGB value is (88,135,156). Sum of RGB (Red+Green+Blue) = 88+135+156=379 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.22% from 379); Green value is 135 (53.12% from 255 or 35.62% from 379); Blue value is 156 (61.33% from 255 or 41.16% from 379); Max value from RGB is 156 - color contains mainly: blue. Hex color #58879C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58879C is #A77863. Grayscale: #7B7B7B. Windows color (decimal): -10975332 or 10258264. OLE color: 10258264.

HSL color Cylindrical-coordinate representation of color #58879C: hue angle of 198.53º 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 #58879C is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 88 135 156 -
CMYK 0.44 0.13 0 0.39
HSL 198.53º 0.28% 0.48% -
HSV(B) 198.53º 0.44% 0.61% -
XYZ 18.69 21.8 34.68 -
YUV 123.34 146.43 102.79 -
System Red Green Blue C M Y K H S L
Decimal 88 135 156 0.44 0.13 0 0.39 198.53 0.28 0.48
Hex 58 87 9C 2C D 0 27 C7 1C 30
Octal 130 207 234 54 15 0 47 307 34 60
Binary 1011000 10000111 10011100 101100 1101 0 100111 11000111 11100 110000

Color Harmonies of #58879C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58879C

Black with #58879C

Text Example


Text Example

White with #58879C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58879C; }

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

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

background-color css

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

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

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

border-color css

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

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

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