Html Css Color HEX #58838F Horizon

📋 copy color: '#58838F'

red 88 ◦ green 131 ◦ blue 143

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

Shades of Horizon #58838F

Tints of Horizon #58838F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.19%

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

R = 24.31%
G = 36.19%
B = 39.5%

CMYK

 C value IS 0.38

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#58838F (or 0x58838F) is known color: Horizon. HEX triplet: 58, 83 and 8F. RGB value is (88,131,143). Sum of RGB (Red+Green+Blue) = 88+131+143=362 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.31% from 362); Green value is 131 (51.56% from 255 or 36.19% from 362); Blue value is 143 (56.25% from 255 or 39.50% from 362); Max value from RGB is 143 - color contains mainly: blue. Hex color #58838F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58838F is #A77C70. Grayscale: #777777. Windows color (decimal): -10976369 or 9405272. OLE color: 9405272.

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

Color convert

RGB 88 131 143 -
CMYK 0.38 0.08 0 0.44
HSL 193.09º 0.24% 0.45% -
HSV(B) 193.09º 0.38% 0.56% -
XYZ 17.1 20.29 29 -
YUV 119.51 141.25 105.52 -
System Red Green Blue C M Y K H S L
Decimal 88 131 143 0.38 0.08 0 0.44 193.09 0.24 0.45
Hex 58 83 8F 26 8 0 2C C1 18 2D
Octal 130 203 217 46 10 0 54 301 30 55
Binary 1011000 10000011 10001111 100110 1000 0 101100 11000001 11000 101101

Color Harmonies of #58838F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58838F

Black with #58838F

Text Example


Text Example

White with #58838F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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