Html Css Color HEX #5B899C Horizon

📋 copy color: '#5B899C'

red 91 ◦ green 137 ◦ blue 156

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

Shades of Horizon #5B899C

Tints of Horizon #5B899C

RGB

 RED value IS 91 (35.94% from 255) = 23.7%

 GREEN value IS 137 (53.91% from 255) = 35.68%

 BLUE value IS 156 (61.33% from 255) = 40.63%

R = 23.7%
G = 35.68%
B = 40.63%

CMYK

 C value IS 0.42

 M value IS 0.12

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5B899C (or 0x5B899C) is known color: Horizon. HEX triplet: 5B, 89 and 9C. RGB value is (91,137,156). Sum of RGB (Red+Green+Blue) = 91+137+156=384 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.70% from 384); Green value is 137 (53.91% from 255 or 35.68% from 384); Blue value is 156 (61.33% from 255 or 40.62% from 384); Max value from RGB is 156 - color contains mainly: blue. Hex color #5B899C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B899C is #A47663. Grayscale: #7D7D7D. Windows color (decimal): -10778212 or 10258779. OLE color: 10258779.

HSL color Cylindrical-coordinate representation of color #5B899C: hue angle of 197.54º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5B899C is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 91 137 156 -
CMYK 0.42 0.12 0 0.39
HSL 197.54º 0.26% 0.48% -
HSV(B) 197.54º 0.42% 0.61% -
XYZ 19.26 22.52 34.78 -
YUV 125.41 145.26 103.46 -
System Red Green Blue C M Y K H S L
Decimal 91 137 156 0.42 0.12 0 0.39 197.54 0.26 0.48
Hex 5B 89 9C 2A C 0 27 C6 1A 30
Octal 133 211 234 52 14 0 47 306 32 60
Binary 1011011 10001001 10011100 101010 1100 0 100111 11000110 11010 110000

Color Harmonies of #5B899C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B899C

Black with #5B899C

Text Example


Text Example

White with #5B899C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5B899C; }

 p { color: rgb(91,137,156); }

 H1.HeaderClassName
 {
   color: #5B899C;
 }
 .AnyTagClassName
 {
   color: #5B899C;
 }
</style>

background-color css

<style>
 a { background-color: #5B899C; }

 a { background-color: rgb(91,137,156); }

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

border-color css

<style>
 span { border-color: #5B899C; }

 span { border-color: rgb(91,137,156); }

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