Html Css Color HEX #58849A Horizon

📋 copy color: '#58849A'

red 88 ◦ green 132 ◦ blue 154

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

Shades of Horizon #58849A

Tints of Horizon #58849A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.29%

 BLUE value IS 154 (60.55% from 255) = 41.18%

R = 23.53%
G = 35.29%
B = 41.18%

CMYK

 C value IS 0.43

 M value IS 0.14

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#58849A (or 0x58849A) is known color: Horizon. HEX triplet: 58, 84 and 9A. RGB value is (88,132,154). Sum of RGB (Red+Green+Blue) = 88+132+154=374 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.53% from 374); Green value is 132 (51.95% from 255 or 35.29% from 374); Blue value is 154 (60.55% from 255 or 41.18% from 374); Max value from RGB is 154 - color contains mainly: blue. Hex color #58849A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58849A is #A77B65. Grayscale: #797979. Windows color (decimal): -10976102 or 10126424. OLE color: 10126424.

HSL color Cylindrical-coordinate representation of color #58849A: hue angle of 200º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #58849A is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 88 132 154 -
CMYK 0.43 0.14 0 0.40
HSL 200º 0.27% 0.47% -
HSV(B) 200º 0.43% 0.6% -
XYZ 18.11 20.91 33.65 -
YUV 121.35 146.42 104.21 -
System Red Green Blue C M Y K H S L
Decimal 88 132 154 0.43 0.14 0 0.40 200 0.27 0.47
Hex 58 84 9A 2B E 0 28 C8 1B 2F
Octal 130 204 232 53 16 0 50 310 33 57
Binary 1011000 10000100 10011010 101011 1110 0 101000 11001000 11011 101111

Color Harmonies of #58849A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58849A

Black with #58849A

Text Example


Text Example

White with #58849A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58849A; }

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

 H1.HeaderClassName
 {
   color: #58849A;
 }
 .AnyTagClassName
 {
   color: #58849A;
 }
</style>

background-color css

<style>
 a { background-color: #58849A; }

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

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

border-color css

<style>
 span { border-color: #58849A; }

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

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