#277577

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

Shades of Atoll #277577

Tints of Atoll #277577

Color information

#277577 (or 0x277577) is unknown color: approx Atoll. HEX triplet: 27, 75 and 77. RGB value is (39,117,119). Sum of RGB (Red+Green+Blue) = 39+117+119=275 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.18% from 275); Green value is 117 (46.09% from 255 or 42.55% from 275); Blue value is 119 (46.88% from 255 or 43.27% from 275); Max value from RGB is 119 - color contains mainly: blue. Hex color #277577 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277577 is #D88A88. Grayscale: #5D5D5D. Windows color (decimal): -14191241 or 7828775. OLE color: 7828775.

HSL color Cylindrical-coordinate representation of color #277577: hue angle of 181.5º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #277577 is Cyan = 0.67, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB39117119-
CMYK0.670.0200.53
HSL181.5º50.63%30.98%-
HSV(B)181.5º67.23%46.67%-
XYZ10.5314.4919.69-
YUV93.91142.1688.84-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.18%
GREEN value IS 117 (46.09% from 255) = 42.55%
BLUE value IS 119 (46.88% from 255) = 43.27%
R=14.18%
G=42.55%
B=43.27%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal391171190.670.0200.53181.550.6330.98
Hex277577432035b6331f
Octal4716516710320652666337
Binary1001111110101111011110000111001101011011011011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277577; }

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

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

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

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

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

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

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

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