Html Css Color HEX #58828F Horizon

📋 copy color: '#58828F'

red 88 ◦ green 130 ◦ blue 143

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

Shades of Horizon #58828F

Tints of Horizon #58828F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.01%

 BLUE value IS 143 (56.25% from 255) = 39.61%

R = 24.38%
G = 36.01%
B = 39.61%

CMYK

 C value IS 0.38

 M value IS 0.09

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#58828F (or 0x58828F) is known color: Horizon. HEX triplet: 58, 82 and 8F. RGB value is (88,130,143). Sum of RGB (Red+Green+Blue) = 88+130+143=361 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.38% from 361); Green value is 130 (51.17% from 255 or 36.01% from 361); Blue value is 143 (56.25% from 255 or 39.61% from 361); Max value from RGB is 143 - color contains mainly: blue. Hex color #58828F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58828F is #A77D70. Grayscale: #767676. Windows color (decimal): -10976625 or 9405016. OLE color: 9405016.

HSL color Cylindrical-coordinate representation of color #58828F: hue angle of 194.18º degrees, saturation: 0.24, 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 #58828F is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 88 130 143 -
CMYK 0.38 0.09 0 0.44
HSL 194.18º 0.24% 0.45% -
HSV(B) 194.18º 0.38% 0.56% -
XYZ 16.97 20.02 28.96 -
YUV 118.92 141.59 105.94 -
System Red Green Blue C M Y K H S L
Decimal 88 130 143 0.38 0.09 0 0.44 194.18 0.24 0.45
Hex 58 82 8F 26 9 0 2C C2 18 2D
Octal 130 202 217 46 11 0 54 302 30 55
Binary 1011000 10000010 10001111 100110 1001 0 101100 11000010 11000 101101

Color Harmonies of #58828F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58828F

Black with #58828F

Text Example


Text Example

White with #58828F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58828F; }

 p { color: rgb(88,130,143); }

 H1.HeaderClassName
 {
   color: #58828F;
 }
 .AnyTagClassName
 {
   color: #58828F;
 }
</style>

background-color css

<style>
 a { background-color: #58828F; }

 a { background-color: rgb(88,130,143); }

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

border-color css

<style>
 span { border-color: #58828F; }

 span { border-color: rgb(88,130,143); }

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