Html Css Color HEX #5D899D Horizon

📋 copy color: '#5D899D'

red 93 ◦ green 137 ◦ blue 157

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

Shades of Horizon #5D899D

Tints of Horizon #5D899D

RGB

 RED value IS 93 (36.72% from 255) = 24.03%

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

 BLUE value IS 157 (61.72% from 255) = 40.57%

R = 24.03%
G = 35.4%
B = 40.57%

CMYK

 C value IS 0.41

 M value IS 0.13

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5D899D (or 0x5D899D) is known color: Horizon. HEX triplet: 5D, 89 and 9D. RGB value is (93,137,157). Sum of RGB (Red+Green+Blue) = 93+137+157=387 (51% of max value = 765). Red value is 93 (36.72% from 255 or 24.03% from 387); Green value is 137 (53.91% from 255 or 35.40% from 387); Blue value is 157 (61.72% from 255 or 40.57% from 387); Max value from RGB is 157 - color contains mainly: blue. Hex color #5D899D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D899D is #A27662. Grayscale: #7D7D7D. Windows color (decimal): -10647139 or 10324317. OLE color: 10324317.

HSL color Cylindrical-coordinate representation of color #5D899D: hue angle of 198.75º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5D899D is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 93 137 157 -
CMYK 0.41 0.13 0 0.38
HSL 198.75º 0.26% 0.49% -
HSV(B) 198.75º 0.41% 0.62% -
XYZ 19.55 22.65 35.24 -
YUV 126.12 145.42 104.37 -
System Red Green Blue C M Y K H S L
Decimal 93 137 157 0.41 0.13 0 0.38 198.75 0.26 0.49
Hex 5D 89 9D 29 D 0 26 C7 1A 31
Octal 135 211 235 51 15 0 46 307 32 61
Binary 1011101 10001001 10011101 101001 1101 0 100110 11000111 11010 110001

Color Harmonies of #5D899D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D899D

Black with #5D899D

Text Example


Text Example

White with #5D899D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,137,157); }

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

background-color css

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

 a { background-color: rgb(93,137,157); }

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

border-color css

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

 span { border-color: rgb(93,137,157); }

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