Html Css Color HEX #5A8193 Horizon

📋 copy color: '#5A8193'

red 90 ◦ green 129 ◦ blue 147

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

Shades of Horizon #5A8193

Tints of Horizon #5A8193

RGB

 RED value IS 90 (35.55% from 255) = 24.59%

 GREEN value IS 129 (50.78% from 255) = 35.25%

 BLUE value IS 147 (57.81% from 255) = 40.16%

R = 24.59%
G = 35.25%
B = 40.16%

CMYK

 C value IS 0.39

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#5A8193 (or 0x5A8193) is known color: Horizon. HEX triplet: 5A, 81 and 93. RGB value is (90,129,147). Sum of RGB (Red+Green+Blue) = 90+129+147=366 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.59% from 366); Green value is 129 (50.78% from 255 or 35.25% from 366); Blue value is 147 (57.81% from 255 or 40.16% from 366); Max value from RGB is 147 - color contains mainly: blue. Hex color #5A8193 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A8193 is #A57E6C. Grayscale: #777777. Windows color (decimal): -10845805 or 9666906. OLE color: 9666906.

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

Color convert

RGB 90 129 147 -
CMYK 0.39 0.12 0 0.42
HSL 198.95º 0.24% 0.46% -
HSV(B) 198.95º 0.39% 0.58% -
XYZ 17.33 19.98 30.55 -
YUV 119.39 143.58 107.04 -
System Red Green Blue C M Y K H S L
Decimal 90 129 147 0.39 0.12 0 0.42 198.95 0.24 0.46
Hex 5A 81 93 27 C 0 2A C7 18 2E
Octal 132 201 223 47 14 0 52 307 30 56
Binary 1011010 10000001 10010011 100111 1100 0 101010 11000111 11000 101110

Color Harmonies of #5A8193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A8193

Black with #5A8193

Text Example


Text Example

White with #5A8193

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,129,147); }

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

background-color css

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

 a { background-color: rgb(90,129,147); }

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

border-color css

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

 span { border-color: rgb(90,129,147); }

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