#2E575E

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

Shades of Casal #2E575E

Tints of Casal #2E575E

Color information

#2E575E (or 0x2E575E) is unknown color: approx Casal. HEX triplet: 2E, 57 and 5E. RGB value is (46,87,94). Sum of RGB (Red+Green+Blue) = 46+87+94=227 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.26% from 227); Green value is 87 (34.38% from 255 or 38.33% from 227); Blue value is 94 (37.11% from 255 or 41.41% from 227); Max value from RGB is 94 - color contains mainly: blue. Hex color #2E575E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E575E is #D1A8A1. Grayscale: #4B4B4B. Windows color (decimal): -13740194 or 6182702. OLE color: 6182702.

HSL color Cylindrical-coordinate representation of color #2E575E: hue angle of 188.75º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2E575E is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB468794-
CMYK0.510.0700.63
HSL188.75º34.29%27.45%-
HSV(B)188.75º51.06%36.86%-
XYZ6.568.2111.83-
YUV75.54138.42106.93-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.26%
GREEN value IS 87 (34.38% from 255) = 38.33%
BLUE value IS 94 (37.11% from 255) = 41.41%
R=20.26%
G=38.33%
B=41.41%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4687940.510.0700.63188.7534.2927.45
Hex2E575E33703Fbd221b
Octal561271366370772754233
Binary1011101010111101111011001111101111111011110110001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E575E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E575E; }

 p { color: rgb(46,87,94); }

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

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

 a { background-color: rgb(46,87,94); }

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

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

 span { border-color: rgb(46,87,94); }

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