#3D5559

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

Shades of Casal #3D5559

Tints of Casal #3D5559

Color information

#3D5559 (or 0x3D5559) is unknown color: approx Casal. HEX triplet: 3D, 55 and 59. RGB value is (61,85,89). Sum of RGB (Red+Green+Blue) = 61+85+89=235 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.96% from 235); Green value is 85 (33.59% from 255 or 36.17% from 235); Blue value is 89 (35.16% from 255 or 37.87% from 235); Max value from RGB is 89 - color contains mainly: blue. Hex color #3D5559 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5559 is #C2AAA6. Grayscale: #4E4E4E. Windows color (decimal): -12757671 or 5854525. OLE color: 5854525.

HSL color Cylindrical-coordinate representation of color #3D5559: hue angle of 188.57º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3D5559 is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB618589-
CMYK0.310.0400.65
HSL188.57º18.67%29.41%-
HSV(B)188.57º31.46%34.9%-
XYZ6.988.2110.67-
YUV78.28134.05115.67-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.96%
GREEN value IS 85 (33.59% from 255) = 36.17%
BLUE value IS 89 (35.16% from 255) = 37.87%
R=25.96%
G=36.17%
B=37.87%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6185890.310.0400.65188.5718.6729.41
Hex3D55591F4041bd131d
Octal7512513137401012752335
Binary111101101010110110011111110001000001101111011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D5559; }

 p { color: rgb(61,85,89); }

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

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

 a { background-color: rgb(61,85,89); }

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

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

 span { border-color: rgb(61,85,89); }

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