Html Css Color HEX #5D8395 Horizon

📋 copy color: '#5D8395'

red 93 ◦ green 131 ◦ blue 149

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

Shades of Horizon #5D8395

Tints of Horizon #5D8395

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.12%

 BLUE value IS 149 (58.59% from 255) = 39.95%

R = 24.93%
G = 35.12%
B = 39.95%

CMYK

 C value IS 0.38

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#5D8395 (or 0x5D8395) is known color: Horizon. HEX triplet: 5D, 83 and 95. RGB value is (93,131,149). Sum of RGB (Red+Green+Blue) = 93+131+149=373 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.93% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 149 (58.59% from 255 or 39.95% from 373); Max value from RGB is 149 - color contains mainly: blue. Hex color #5D8395 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D8395 is #A27C6A. Grayscale: #797979. Windows color (decimal): -10648683 or 9798493. OLE color: 9798493.

HSL color Cylindrical-coordinate representation of color #5D8395: hue angle of 199.29º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5D8395 is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 93 131 149 -
CMYK 0.38 0.12 0 0.42
HSL 199.29º 0.23% 0.47% -
HSV(B) 199.29º 0.38% 0.58% -
XYZ 18.06 20.73 31.48 -
YUV 121.69 143.41 107.54 -
System Red Green Blue C M Y K H S L
Decimal 93 131 149 0.38 0.12 0 0.42 199.29 0.23 0.47
Hex 5D 83 95 26 C 0 2A C7 17 2F
Octal 135 203 225 46 14 0 52 307 27 57
Binary 1011101 10000011 10010101 100110 1100 0 101010 11000111 10111 101111

Color Harmonies of #5D8395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D8395

Black with #5D8395

Text Example


Text Example

White with #5D8395

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,131,149); }

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

background-color css

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

 a { background-color: rgb(93,131,149); }

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

border-color css

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

 span { border-color: rgb(93,131,149); }

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