#5F8C99

Color #5F8C99 Horizon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Horizon #5F8C99

Tints of Horizon #5F8C99

Color information

#5F8C99 (or 0x5F8C99) is unknown color: approx Horizon. HEX triplet: 5F, 8C and 99. RGB value is (95,140,153). Sum of RGB (Red+Green+Blue) = 95+140+153=388 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.48% from 388); Green value is 140 (55.08% from 255 or 36.08% from 388); Blue value is 153 (60.16% from 255 or 39.43% from 388); Max value from RGB is 153 - color contains mainly: blue. Hex color #5F8C99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F8C99 is #A07366. Grayscale: #7F7F7F. Windows color (decimal): -10515303 or 10062943. OLE color: 10062943.

HSL color Cylindrical-coordinate representation of color #5F8C99: hue angle of 193.45º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5F8C99 is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB95140153-
CMYK0.380.0800.4
HSL193.45º23.39%48.63%-
HSV(B)193.45º37.91%60%-
XYZ19.8523.4933.62-
YUV128.03142.09104.44-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.48%
GREEN value IS 140 (55.08% from 255) = 36.08%
BLUE value IS 153 (60.16% from 255) = 39.43%
R=24.48%
G=36.08%
B=39.43%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal951401530.380.0800.4193.4523.3948.63
Hex5F8C99268028c11731
Octal13721423146100503012761
Binary10111111000110010011001100110100001010001100000110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,140,153); }

 H1.HeaderClassName
 {
   color: #5F8C99;
 }
 .AnyTagClassName
 {
   color: #5F8C99;
 }
</style>
background-color css

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

 a { background-color: rgb(95,140,153); }

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

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

 span { border-color: rgb(95,140,153); }

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