Html Css Color HEX #5F90A0 Horizon

📋 copy color: '#5F90A0'

red 95 ◦ green 144 ◦ blue 160

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

Shades of Horizon #5F90A0

Tints of Horizon #5F90A0

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.09%

 BLUE value IS 160 (62.89% from 255) = 40.1%

R = 23.81%
G = 36.09%
B = 40.1%

CMYK

 C value IS 0.41

 M value IS 0.1

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#5F90A0 (or 0x5F90A0) is known color: Horizon. HEX triplet: 5F, 90 and A0. RGB value is (95,144,160). Sum of RGB (Red+Green+Blue) = 95+144+160=399 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.81% from 399); Green value is 144 (56.64% from 255 or 36.09% from 399); Blue value is 160 (62.89% from 255 or 40.10% from 399); Max value from RGB is 160 - color contains mainly: blue. Hex color #5F90A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F90A0 is #A06F5F. Grayscale: #838383. Windows color (decimal): -10514272 or 10522719. OLE color: 10522719.

HSL color Cylindrical-coordinate representation of color #5F90A0: hue angle of 194.77º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5F90A0 is Cyan = 0.41, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 95 144 160 -
CMYK 0.41 0.1 0 0.37
HSL 194.77º 0.25% 0.5% -
HSV(B) 194.77º 0.41% 0.63% -
XYZ 21.04 24.92 36.96 -
YUV 131.17 144.27 102.2 -
System Red Green Blue C M Y K H S L
Decimal 95 144 160 0.41 0.1 0 0.37 194.77 0.25 0.5
Hex 5F 90 A0 29 A 0 25 C3 19 32
Octal 137 220 240 51 12 0 45 303 31 62
Binary 1011111 10010000 10100000 101001 1010 0 100101 11000011 11001 110010

Color Harmonies of #5F90A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F90A0

Black with #5F90A0

Text Example


Text Example

White with #5F90A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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