Html Css Color HEX #5F8694 Horizon

📋 copy color: '#5F8694'

red 95 ◦ green 134 ◦ blue 148

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

Shades of Horizon #5F8694

Tints of Horizon #5F8694

RGB

 RED value IS 95 (37.5% from 255) = 25.2%

 GREEN value IS 134 (52.73% from 255) = 35.54%

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

R = 25.2%
G = 35.54%
B = 39.26%

CMYK

 C value IS 0.36

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#5F8694 (or 0x5F8694) is known color: Horizon. HEX triplet: 5F, 86 and 94. RGB value is (95,134,148). Sum of RGB (Red+Green+Blue) = 95+134+148=377 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.20% from 377); Green value is 134 (52.73% from 255 or 35.54% from 377); Blue value is 148 (58.20% from 255 or 39.26% from 377); Max value from RGB is 148 - color contains mainly: blue. Hex color #5F8694 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F8694 is #A0796B. Grayscale: #7B7B7B. Windows color (decimal): -10516844 or 9733727. OLE color: 9733727.

HSL color Cylindrical-coordinate representation of color #5F8694: hue angle of 195.85º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5F8694 is Cyan = 0.36, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 95 134 148 -
CMYK 0.36 0.09 0 0.42
HSL 195.85º 0.22% 0.48% -
HSV(B) 195.85º 0.36% 0.58% -
XYZ 18.59 21.62 31.21 -
YUV 123.94 141.58 107.36 -
System Red Green Blue C M Y K H S L
Decimal 95 134 148 0.36 0.09 0 0.42 195.85 0.22 0.48
Hex 5F 86 94 24 9 0 2A C4 16 30
Octal 137 206 224 44 11 0 52 304 26 60
Binary 1011111 10000110 10010100 100100 1001 0 101010 11000100 10110 110000

Color Harmonies of #5F8694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F8694

Black with #5F8694

Text Example


Text Example

White with #5F8694

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,134,148); }

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

background-color css

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

 a { background-color: rgb(95,134,148); }

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

border-color css

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

 span { border-color: rgb(95,134,148); }

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