Html Css Color HEX #5D839A Horizon

📋 copy color: '#5D839A'

red 93 ◦ green 131 ◦ blue 154

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

Shades of Horizon #5D839A

Tints of Horizon #5D839A

RGB

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

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

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

R = 24.6%
G = 34.66%
B = 40.74%

CMYK

 C value IS 0.40

 M value IS 0.15

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#5D839A (or 0x5D839A) is known color: Horizon. HEX triplet: 5D, 83 and 9A. RGB value is (93,131,154). Sum of RGB (Red+Green+Blue) = 93+131+154=378 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.60% from 378); Green value is 131 (51.56% from 255 or 34.66% 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 #5D839A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D839A is #A27C65. Grayscale: #7A7A7A. Windows color (decimal): -10648678 or 10126173. OLE color: 10126173.

HSL color Cylindrical-coordinate representation of color #5D839A: hue angle of 202.62º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5D839A is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 93 131 154 -
CMYK 0.40 0.15 0 0.40
HSL 202.62º 0.25% 0.48% -
HSV(B) 202.62º 0.4% 0.6% -
XYZ 18.46 20.89 33.63 -
YUV 122.26 145.91 107.13 -
System Red Green Blue C M Y K H S L
Decimal 93 131 154 0.40 0.15 0 0.40 202.62 0.25 0.48
Hex 5D 83 9A 28 F 0 28 CB 19 30
Octal 135 203 232 50 17 0 50 313 31 60
Binary 1011101 10000011 10011010 101000 1111 0 101000 11001011 11001 110000

Color Harmonies of #5D839A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D839A

Black with #5D839A

Text Example


Text Example

White with #5D839A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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