#58838D

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

Shades of Horizon #58838D

Tints of Horizon #58838D

Color information

#58838D (or 0x58838D) is unknown color: approx Horizon. HEX triplet: 58, 83 and 8D. RGB value is (88,131,141). Sum of RGB (Red+Green+Blue) = 88+131+141=360 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.44% from 360); Green value is 131 (51.56% from 255 or 36.39% from 360); Blue value is 141 (55.47% from 255 or 39.17% from 360); Max value from RGB is 141 - color contains mainly: blue. Hex color #58838D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58838D is #A77C72. Grayscale: #777777. Windows color (decimal): -10976371 or 9274200. OLE color: 9274200.

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

Color convert

RGB88131141-
CMYK0.380.0700.45
HSL191.32º23.14%44.9%-
HSV(B)191.32º37.59%55.29%-
XYZ16.9520.2328.21-
YUV119.28140.25105.69-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.44%
GREEN value IS 131 (51.56% from 255) = 36.39%
BLUE value IS 141 (55.47% from 255) = 39.17%
R=24.44%
G=36.39%
B=39.17%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal881311410.380.0700.45191.3223.1444.9
Hex58838D26702Dbf172d
Octal1302032154670552772755
Binary1011000100000111000110110011011101011011011111110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58838D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58838D; }

 p { color: rgb(88,131,141); }

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

<style>
 a { background-color: #58838D; }

 a { background-color: rgb(88,131,141); }

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

<style>
 span { border-color: #58838D; }

 span { border-color: rgb(88,131,141); }

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