#39555F

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

Shades of Casal #39555F

Tints of Casal #39555F

Color information

#39555F (or 0x39555F) is unknown color: approx Casal. HEX triplet: 39, 55 and 5F. RGB value is (57,85,95). Sum of RGB (Red+Green+Blue) = 57+85+95=237 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.05% from 237); Green value is 85 (33.59% from 255 or 35.86% from 237); Blue value is 95 (37.5% from 255 or 40.08% from 237); Max value from RGB is 95 - color contains mainly: blue. Hex color #39555F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39555F is #C6AAA0. Grayscale: #4D4D4D. Windows color (decimal): -13019809 or 6247737. OLE color: 6247737.

HSL color Cylindrical-coordinate representation of color #39555F: hue angle of 195.79º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #39555F is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB578595-
CMYK0.400.1100.63
HSL195.79º25%29.8%-
HSV(B)195.79º40%37.25%-
XYZ78.1912.04-
YUV77.77137.72113.19-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.05%
GREEN value IS 85 (33.59% from 255) = 35.86%
BLUE value IS 95 (37.5% from 255) = 40.08%
R=24.05%
G=35.86%
B=40.08%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5785950.400.1100.63195.792529.8
Hex39555F28B03Fc4191e
Octal7112513750130773043136
Binary1110011010101101111110100010110111111110001001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39555F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39555F; }

 p { color: rgb(57,85,95); }

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

<style>
 a { background-color: #39555F; }

 a { background-color: rgb(57,85,95); }

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

<style>
 span { border-color: #39555F; }

 span { border-color: rgb(57,85,95); }

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