#39535D

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

Shades of Casal #39535D

Tints of Casal #39535D

Color information

#39535D (or 0x39535D) is unknown color: approx Casal. HEX triplet: 39, 53 and 5D. RGB value is (57,83,93). Sum of RGB (Red+Green+Blue) = 57+83+93=233 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.46% from 233); Green value is 83 (32.81% from 255 or 35.62% from 233); Blue value is 93 (36.72% from 255 or 39.91% from 233); Max value from RGB is 93 - color contains mainly: blue. Hex color #39535D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39535D is #C6ACA2. Grayscale: #4C4C4C. Windows color (decimal): -13020323 or 6116153. OLE color: 6116153.

HSL color Cylindrical-coordinate representation of color #39535D: hue angle of 196.67º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #39535D is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB578393-
CMYK0.390.1100.64
HSL196.67º24%29.41%-
HSV(B)196.67º38.71%36.47%-
XYZ6.767.8511.51-
YUV76.37137.39114.19-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.46%
GREEN value IS 83 (32.81% from 255) = 35.62%
BLUE value IS 93 (36.72% from 255) = 39.91%
R=24.46%
G=35.62%
B=39.91%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5783930.390.1100.64196.672429.41
Hex39535D27B040c5181d
Octal71123135471301003053035
Binary11100110100111011101100111101101000000110001011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39535D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39535D; }

 p { color: rgb(57,83,93); }

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

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

 a { background-color: rgb(57,83,93); }

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

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

 span { border-color: rgb(57,83,93); }

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