Html Css Color HEX #5D8094 Horizon

📋 copy color: '#5D8094'

red 93 ◦ green 128 ◦ blue 148

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

Shades of Horizon #5D8094

Tints of Horizon #5D8094

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.69%

 BLUE value IS 148 (58.2% from 255) = 40.11%

R = 25.2%
G = 34.69%
B = 40.11%

CMYK

 C value IS 0.37

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#5D8094 (or 0x5D8094) is known color: Horizon. HEX triplet: 5D, 80 and 94. RGB value is (93,128,148). Sum of RGB (Red+Green+Blue) = 93+128+148=369 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.20% from 369); Green value is 128 (50.39% from 255 or 34.69% from 369); Blue value is 148 (58.20% from 255 or 40.11% from 369); Max value from RGB is 148 - color contains mainly: blue. Hex color #5D8094 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D8094 is #A27F6B. Grayscale: #777777. Windows color (decimal): -10649452 or 9732189. OLE color: 9732189.

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

Color convert

RGB 93 128 148 -
CMYK 0.37 0.14 0 0.42
HSL 201.82º 0.23% 0.47% -
HSV(B) 201.82º 0.37% 0.58% -
XYZ 17.58 19.9 30.93 -
YUV 119.82 143.9 108.87 -
System Red Green Blue C M Y K H S L
Decimal 93 128 148 0.37 0.14 0 0.42 201.82 0.23 0.47
Hex 5D 80 94 25 E 0 2A CA 17 2F
Octal 135 200 224 45 16 0 52 312 27 57
Binary 1011101 10000000 10010100 100101 1110 0 101010 11001010 10111 101111

Color Harmonies of #5D8094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D8094

Black with #5D8094

Text Example


Text Example

White with #5D8094

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,128,148); }

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

background-color css

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

 a { background-color: rgb(93,128,148); }

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

border-color css

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

 span { border-color: rgb(93,128,148); }

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