#58838C

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

Shades of Horizon #58838C

Tints of Horizon #58838C

Color information

#58838C (or 0x58838C) is unknown color: approx Horizon. HEX triplet: 58, 83 and 8C. RGB value is (88,131,140). Sum of RGB (Red+Green+Blue) = 88+131+140=359 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.51% from 359); Green value is 131 (51.56% from 255 or 36.49% from 359); Blue value is 140 (55.08% from 255 or 39.00% from 359); Max value from RGB is 140 - color contains mainly: blue. Hex color #58838C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58838C is #A77C73. Grayscale: #777777. Windows color (decimal): -10976372 or 9208664. OLE color: 9208664.

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

Color convert

RGB88131140-
CMYK0.370.0600.45
HSL190.38º22.81%44.71%-
HSV(B)190.38º37.14%54.9%-
XYZ16.8720.227.82-
YUV119.17139.75105.77-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.51%
GREEN value IS 131 (51.56% from 255) = 36.49%
BLUE value IS 140 (55.08% from 255) = 39.00%
R=24.51%
G=36.49%
B=39.00%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal881311400.370.0600.45190.3822.8144.71
Hex58838C25602Dbe172d
Octal1302032144560552762755
Binary1011000100000111000110010010111001011011011111010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58838C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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