#3D585D

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

Shades of Casal #3D585D

Tints of Casal #3D585D

Color information

#3D585D (or 0x3D585D) is unknown color: approx Casal. HEX triplet: 3D, 58 and 5D. RGB value is (61,88,93). Sum of RGB (Red+Green+Blue) = 61+88+93=242 (32% of max value = 765). Red value is 61 (24.22% from 255 or 25.21% from 242); Green value is 88 (34.77% from 255 or 36.36% from 242); Blue value is 93 (36.72% from 255 or 38.43% from 242); Max value from RGB is 93 - color contains mainly: blue. Hex color #3D585D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D585D is #C2A7A2. Grayscale: #505050. Windows color (decimal): -12756899 or 6117437. OLE color: 6117437.

HSL color Cylindrical-coordinate representation of color #3D585D: hue angle of 189.38º degrees, saturation: 0.21, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3D585D is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB618893-
CMYK0.340.0500.64
HSL189.38º20.78%30.2%-
HSV(B)189.38º34.41%36.47%-
XYZ7.398.7611.66-
YUV80.5135.05114.09-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.21%
GREEN value IS 88 (34.77% from 255) = 36.36%
BLUE value IS 93 (36.72% from 255) = 38.43%
R=25.21%
G=36.36%
B=38.43%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6188930.340.0500.64189.3820.7830.2
Hex3D585D225040bd151e
Octal7513013542501002752536
Binary1111011011000101110110001010101000000101111011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D585D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,88,93); }

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

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

 a { background-color: rgb(61,88,93); }

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

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

 span { border-color: rgb(61,88,93); }

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