#257777

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

Shades of Atoll #257777

Tints of Atoll #257777

Color information

#257777 (or 0x257777) is unknown color: approx Atoll. HEX triplet: 25, 77 and 77. RGB value is (37,119,119). Sum of RGB (Red+Green+Blue) = 37+119+119=275 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.45% from 275); Green value is 119 (46.88% from 255 or 43.27% from 275); Blue value is 119 (46.88% from 255 or 43.27% from 275); Max value from RGB is 119 - color contains mainly: green, blue. Hex color #257777 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257777 is #DA8888. Grayscale: #5E5E5E. Windows color (decimal): -14321801 or 7829285. OLE color: 7829285.

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

Color convert

RGB37119119-
CMYK0.69000.53
HSL180º52.56%30.59%-
HSV(B)180º68.91%46.67%-
XYZ10.6914.9219.77-
YUV94.48141.8387-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.45%
GREEN value IS 119 (46.88% from 255) = 43.27%
BLUE value IS 119 (46.88% from 255) = 43.27%
R=13.45%
G=43.27%
B=43.27%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal371191190.69000.5318052.5630.59
Hex257777450035b4351f
Octal4516716710500652646537
Binary100101111011111101111000101001101011011010011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257777; }

 p { color: rgb(37,119,119); }

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

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

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

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

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

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

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