#27755D

Color #27755D Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #27755D

Tints of Deep Sea #27755D

Color information

#27755D (or 0x27755D) is unknown color: approx Deep Sea. HEX triplet: 27, 75 and 5D. RGB value is (39,117,93). Sum of RGB (Red+Green+Blue) = 39+117+93=249 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.66% from 249); Green value is 117 (46.09% from 255 or 46.99% from 249); Blue value is 93 (36.72% from 255 or 37.35% from 249); Max value from RGB is 117 - color contains mainly: green. Hex color #27755D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27755D is #D88AA2. Grayscale: #5A5A5A. Windows color (decimal): -14191267 or 6124839. OLE color: 6124839.

HSL color Cylindrical-coordinate representation of color #27755D: hue angle of 161.54º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #27755D is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB3911793-
CMYK0.6700.210.54
HSL161.54º50%30.59%-
HSV(B)161.54º66.67%45.88%-
XYZ9.1713.9412.56-
YUV90.94129.1690.95-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.66%
GREEN value IS 117 (46.09% from 255) = 46.99%
BLUE value IS 93 (36.72% from 255) = 37.35%
R=15.66%
G=46.99%
B=37.35%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal39117930.6700.210.54161.545030.59
Hex27755D4301536a2321f
Octal47165135103025662426237
Binary1001111110101101110110000110101011101101010001011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27755D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27755D; }

 p { color: rgb(39,117,93); }

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

<style>
 a { background-color: #27755D; }

 a { background-color: rgb(39,117,93); }

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

<style>
 span { border-color: #27755D; }

 span { border-color: rgb(39,117,93); }

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