#389F91

Color #389F91 Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #389F91

Tints of Gossamer #389F91

Color information

#389F91 (or 0x389F91) is unknown color: approx Gossamer. HEX triplet: 38, 9F and 91. RGB value is (56,159,145). Sum of RGB (Red+Green+Blue) = 56+159+145=360 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.56% from 360); Green value is 159 (62.5% from 255 or 44.17% from 360); Blue value is 145 (57.03% from 255 or 40.28% from 360); Max value from RGB is 159 - color contains mainly: green. Hex color #389F91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389F91 is #C7606E. Grayscale: #7E7E7E. Windows color (decimal): -13066351 or 9543480. OLE color: 9543480.

HSL color Cylindrical-coordinate representation of color #389F91: hue angle of 171.84º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #389F91 is Cyan = 0.65, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB56159145-
CMYK0.6500.090.38
HSL171.84º47.91%42.16%-
HSV(B)171.84º64.78%62.35%-
XYZ19.1427.6831.12-
YUV126.61138.3877.64-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.56%
GREEN value IS 159 (62.5% from 255) = 44.17%
BLUE value IS 145 (57.03% from 255) = 40.28%
R=15.56%
G=44.17%
B=40.28%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal561591450.6500.090.38171.8447.9142.16
Hex389F91410926ac302a
Octal70237221101011462546052
Binary111000100111111001000110000010100110011010101100110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389F91; }

 p { color: rgb(56,159,145); }

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

<style>
 a { background-color: #389F91; }

 a { background-color: rgb(56,159,145); }

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

<style>
 span { border-color: #389F91; }

 span { border-color: rgb(56,159,145); }

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