Html Css Color HEX #5F899B Horizon

📋 copy color: '#5F899B'

red 95 ◦ green 137 ◦ blue 155

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

Shades of Horizon #5F899B

Tints of Horizon #5F899B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.4%

 BLUE value IS 155 (60.94% from 255) = 40.05%

R = 24.55%
G = 35.4%
B = 40.05%

CMYK

 C value IS 0.39

 M value IS 0.12

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5F899B (or 0x5F899B) is known color: Horizon. HEX triplet: 5F, 89 and 9B. RGB value is (95,137,155). Sum of RGB (Red+Green+Blue) = 95+137+155=387 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.55% from 387); Green value is 137 (53.91% from 255 or 35.40% from 387); Blue value is 155 (60.94% from 255 or 40.05% from 387); Max value from RGB is 155 - color contains mainly: blue. Hex color #5F899B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F899B is #A07664. Grayscale: #7E7E7E. Windows color (decimal): -10516069 or 10193247. OLE color: 10193247.

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

Color convert

RGB 95 137 155 -
CMYK 0.39 0.12 0 0.39
HSL 198º 0.24% 0.49% -
HSV(B) 198º 0.39% 0.61% -
XYZ 19.58 22.69 34.36 -
YUV 126.49 144.09 105.54 -
System Red Green Blue C M Y K H S L
Decimal 95 137 155 0.39 0.12 0 0.39 198 0.24 0.49
Hex 5F 89 9B 27 C 0 27 C6 18 31
Octal 137 211 233 47 14 0 47 306 30 61
Binary 1011111 10001001 10011011 100111 1100 0 100111 11000110 11000 110001

Color Harmonies of #5F899B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F899B

Black with #5F899B

Text Example


Text Example

White with #5F899B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,137,155); }

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

background-color css

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

 a { background-color: rgb(95,137,155); }

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

border-color css

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

 span { border-color: rgb(95,137,155); }

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