Html Css Color HEX #5F8790 Horizon

📋 copy color: '#5F8790'

red 95 ◦ green 135 ◦ blue 144

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

Shades of Horizon #5F8790

Tints of Horizon #5F8790

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.1%

 BLUE value IS 144 (56.64% from 255) = 38.5%

R = 25.4%
G = 36.1%
B = 38.5%

CMYK

 C value IS 0.34

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5F8790 (or 0x5F8790) is known color: Horizon. HEX triplet: 5F, 87 and 90. RGB value is (95,135,144). Sum of RGB (Red+Green+Blue) = 95+135+144=374 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.40% from 374); Green value is 135 (53.12% from 255 or 36.10% from 374); Blue value is 144 (56.64% from 255 or 38.50% from 374); Max value from RGB is 144 - color contains mainly: blue. Hex color #5F8790 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F8790 is #A0786F. Grayscale: #7B7B7B. Windows color (decimal): -10516592 or 9471839. OLE color: 9471839.

HSL color Cylindrical-coordinate representation of color #5F8790: hue angle of 191.02º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5F8790 is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 95 135 144 -
CMYK 0.34 0.06 0 0.44
HSL 191.02º 0.21% 0.47% -
HSV(B) 191.02º 0.34% 0.56% -
XYZ 18.42 21.77 29.62 -
YUV 124.07 139.25 107.27 -
System Red Green Blue C M Y K H S L
Decimal 95 135 144 0.34 0.06 0 0.44 191.02 0.21 0.47
Hex 5F 87 90 22 6 0 2C BF 15 2F
Octal 137 207 220 42 6 0 54 277 25 57
Binary 1011111 10000111 10010000 100010 110 0 101100 10111111 10101 101111

Color Harmonies of #5F8790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F8790

Black with #5F8790

Text Example


Text Example

White with #5F8790

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,135,144); }

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

background-color css

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

 a { background-color: rgb(95,135,144); }

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

border-color css

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

 span { border-color: rgb(95,135,144); }

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