Html Css Color HEX #58879A Horizon

📋 copy color: '#58879A'

red 88 ◦ green 135 ◦ blue 154

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

Shades of Horizon #58879A

Tints of Horizon #58879A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 40.85%

R = 23.34%
G = 35.81%
B = 40.85%

CMYK

 C value IS 0.43

 M value IS 0.12

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#58879A (or 0x58879A) is known color: Horizon. HEX triplet: 58, 87 and 9A. RGB value is (88,135,154). Sum of RGB (Red+Green+Blue) = 88+135+154=377 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.34% from 377); Green value is 135 (53.12% from 255 or 35.81% from 377); Blue value is 154 (60.55% from 255 or 40.85% from 377); Max value from RGB is 154 - color contains mainly: blue. Hex color #58879A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58879A is #A77865. Grayscale: #7A7A7A. Windows color (decimal): -10975334 or 10127192. OLE color: 10127192.

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

Color convert

RGB 88 135 154 -
CMYK 0.43 0.12 0 0.40
HSL 197.27º 0.27% 0.47% -
HSV(B) 197.27º 0.43% 0.6% -
XYZ 18.52 21.74 33.79 -
YUV 123.11 145.43 102.96 -
System Red Green Blue C M Y K H S L
Decimal 88 135 154 0.43 0.12 0 0.40 197.27 0.27 0.47
Hex 58 87 9A 2B C 0 28 C5 1B 2F
Octal 130 207 232 53 14 0 50 305 33 57
Binary 1011000 10000111 10011010 101011 1100 0 101000 11000101 11011 101111

Color Harmonies of #58879A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58879A

Black with #58879A

Text Example


Text Example

White with #58879A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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