#58848E

Color #58848E Horizon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Horizon #58848E

Tints of Horizon #58848E

Color information

#58848E (or 0x58848E) is unknown color: approx Horizon. HEX triplet: 58, 84 and 8E. RGB value is (88,132,142). Sum of RGB (Red+Green+Blue) = 88+132+142=362 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.31% from 362); Green value is 132 (51.95% from 255 or 36.46% from 362); Blue value is 142 (55.86% from 255 or 39.23% from 362); Max value from RGB is 142 - color contains mainly: blue. Hex color #58848E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58848E is #A77B71. Grayscale: #777777. Windows color (decimal): -10976114 or 9339992. OLE color: 9339992.

HSL color Cylindrical-coordinate representation of color #58848E: hue angle of 191.11º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #58848E is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB88132142-
CMYK0.380.0700.44
HSL191.11º23.48%45.1%-
HSV(B)191.11º38.03%55.69%-
XYZ17.1620.5328.65-
YUV119.98140.42105.19-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.31%
GREEN value IS 132 (51.95% from 255) = 36.46%
BLUE value IS 142 (55.86% from 255) = 39.23%
R=24.31%
G=36.46%
B=39.23%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal881321420.380.0700.44191.1123.4845.1
Hex58848E26702Cbf172d
Octal1302042164670542772755
Binary1011000100001001000111010011011101011001011111110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58848E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58848E; }

 p { color: rgb(88,132,142); }

 H1.HeaderClassName
 {
   color: #58848E;
 }
 .AnyTagClassName
 {
   color: #58848E;
 }
</style>
background-color css

<style>
 a { background-color: #58848E; }

 a { background-color: rgb(88,132,142); }

 div.DivClassName
 {
   background-color: #58848E;
 }
 .BgClassName
 {
   background-color: #58848E;
 }
</style>
border-color css

<style>
 span { border-color: #58848E; }

 span { border-color: rgb(88,132,142); }

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