#5C8B96

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

Shades of Horizon #5C8B96

Tints of Horizon #5C8B96

Color information

#5C8B96 (or 0x5C8B96) is unknown color: approx Horizon. HEX triplet: 5C, 8B and 96. RGB value is (92,139,150). Sum of RGB (Red+Green+Blue) = 92+139+150=381 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.15% from 381); Green value is 139 (54.69% from 255 or 36.48% from 381); Blue value is 150 (58.98% from 255 or 39.37% from 381); Max value from RGB is 150 - color contains mainly: blue. Hex color #5C8B96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C8B96 is #A37469. Grayscale: #7E7E7E. Windows color (decimal): -10712170 or 9866076. OLE color: 9866076.

HSL color Cylindrical-coordinate representation of color #5C8B96: hue angle of 191.38º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5C8B96 is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB92139150-
CMYK0.390.0700.41
HSL191.38º23.97%47.45%-
HSV(B)191.38º38.67%58.82%-
XYZ19.1522.9432.27-
YUV126.2141.43103.61-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.15%
GREEN value IS 139 (54.69% from 255) = 36.48%
BLUE value IS 150 (58.98% from 255) = 39.37%
R=24.15%
G=36.48%
B=39.37%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal921391500.390.0700.41191.3823.9747.45
Hex5C8B96277029bf182f
Octal1342132264770512773057
Binary1011100100010111001011010011111101010011011111111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C8B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,139,150); }

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

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

 a { background-color: rgb(92,139,150); }

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

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

 span { border-color: rgb(92,139,150); }

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