Html Css Color HEX #58889A Horizon

📋 copy color: '#58889A'

red 88 ◦ green 136 ◦ blue 154

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

Shades of Horizon #58889A

Tints of Horizon #58889A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.98%

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

R = 23.28%
G = 35.98%
B = 40.74%

CMYK

 C value IS 0.43

 M value IS 0.12

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#58889A (or 0x58889A) is known color: Horizon. HEX triplet: 58, 88 and 9A. RGB value is (88,136,154). Sum of RGB (Red+Green+Blue) = 88+136+154=378 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.28% from 378); Green value is 136 (53.52% from 255 or 35.98% from 378); Blue value is 154 (60.55% from 255 or 40.74% from 378); Max value from RGB is 154 - color contains mainly: blue. Hex color #58889A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58889A is #A77765. Grayscale: #7B7B7B. Windows color (decimal): -10975078 or 10127448. OLE color: 10127448.

HSL color Cylindrical-coordinate representation of color #58889A: hue angle of 196.36º 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 #58889A is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 88 136 154 -
CMYK 0.43 0.12 0 0.40
HSL 196.36º 0.27% 0.47% -
HSV(B) 196.36º 0.43% 0.6% -
XYZ 18.66 22.02 33.84 -
YUV 123.7 145.1 102.54 -
System Red Green Blue C M Y K H S L
Decimal 88 136 154 0.43 0.12 0 0.40 196.36 0.27 0.47
Hex 58 88 9A 2B C 0 28 C4 1B 2F
Octal 130 210 232 53 14 0 50 304 33 57
Binary 1011000 10001000 10011010 101011 1100 0 101000 11000100 11011 101111

Color Harmonies of #58889A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58889A

Black with #58889A

Text Example


Text Example

White with #58889A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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