Html Css Color HEX #58879B Horizon

📋 copy color: '#58879B'

red 88 ◦ green 135 ◦ blue 155

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

Shades of Horizon #58879B

Tints of Horizon #58879B

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.71%

 BLUE value IS 155 (60.94% from 255) = 41.01%

R = 23.28%
G = 35.71%
B = 41.01%

CMYK

 C value IS 0.43

 M value IS 0.13

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#58879B (or 0x58879B) is known color: Horizon. HEX triplet: 58, 87 and 9B. RGB value is (88,135,155). Sum of RGB (Red+Green+Blue) = 88+135+155=378 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.28% from 378); Green value is 135 (53.12% from 255 or 35.71% from 378); Blue value is 155 (60.94% from 255 or 41.01% from 378); Max value from RGB is 155 - color contains mainly: blue. Hex color #58879B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58879B is #A77864. Grayscale: #7B7B7B. Windows color (decimal): -10975333 or 10192728. OLE color: 10192728.

HSL color Cylindrical-coordinate representation of color #58879B: hue angle of 197.91º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #58879B is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 88 135 155 -
CMYK 0.43 0.13 0 0.39
HSL 197.91º 0.28% 0.48% -
HSV(B) 197.91º 0.43% 0.61% -
XYZ 18.6 21.77 34.23 -
YUV 123.23 145.93 102.87 -
System Red Green Blue C M Y K H S L
Decimal 88 135 155 0.43 0.13 0 0.39 197.91 0.28 0.48
Hex 58 87 9B 2B D 0 27 C6 1C 30
Octal 130 207 233 53 15 0 47 306 34 60
Binary 1011000 10000111 10011011 101011 1101 0 100111 11000110 11100 110000

Color Harmonies of #58879B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58879B

Black with #58879B

Text Example


Text Example

White with #58879B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58879B; }

 p { color: rgb(88,135,155); }

 H1.HeaderClassName
 {
   color: #58879B;
 }
 .AnyTagClassName
 {
   color: #58879B;
 }
</style>

background-color css

<style>
 a { background-color: #58879B; }

 a { background-color: rgb(88,135,155); }

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

border-color css

<style>
 span { border-color: #58879B; }

 span { border-color: rgb(88,135,155); }

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