#39535B

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

Shades of Casal #39535B

Tints of Casal #39535B

Color information

#39535B (or 0x39535B) is unknown color: approx Casal. HEX triplet: 39, 53 and 5B. RGB value is (57,83,91). Sum of RGB (Red+Green+Blue) = 57+83+91=231 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.68% from 231); Green value is 83 (32.81% from 255 or 35.93% from 231); Blue value is 91 (35.94% from 255 or 39.39% from 231); Max value from RGB is 91 - color contains mainly: blue. Hex color #39535B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39535B is #C6ACA4. Grayscale: #4C4C4C. Windows color (decimal): -13020325 or 5985081. OLE color: 5985081.

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

Color convert

RGB578391-
CMYK0.370.0900.64
HSL194.12º22.97%29.02%-
HSV(B)194.12º37.36%35.69%-
XYZ6.677.8111.05-
YUV76.14136.39114.35-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.68%
GREEN value IS 83 (32.81% from 255) = 35.93%
BLUE value IS 91 (35.94% from 255) = 39.39%
R=24.68%
G=35.93%
B=39.39%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5783910.370.0900.64194.1222.9729.02
Hex39535B259040c2171d
Octal71123133451101003022735
Binary11100110100111011011100101100101000000110000101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39535B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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