#39565C

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

Shades of Casal #39565C

Tints of Casal #39565C

Color information

#39565C (or 0x39565C) is unknown color: approx Casal. HEX triplet: 39, 56 and 5C. RGB value is (57,86,92). Sum of RGB (Red+Green+Blue) = 57+86+92=235 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.26% from 235); Green value is 86 (33.98% from 255 or 36.60% from 235); Blue value is 92 (36.33% from 255 or 39.15% from 235); Max value from RGB is 92 - color contains mainly: blue. Hex color #39565C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39565C is #C6A9A3. Grayscale: #4D4D4D. Windows color (decimal): -13019556 or 6051385. OLE color: 6051385.

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

Color convert

RGB578692-
CMYK0.380.0700.64
HSL190.29º23.49%29.22%-
HSV(B)190.29º38.04%36.08%-
XYZ6.958.311.36-
YUV78.01135.89113.01-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.26%
GREEN value IS 86 (33.98% from 255) = 36.60%
BLUE value IS 92 (36.33% from 255) = 39.15%
R=24.26%
G=36.60%
B=39.15%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5786920.380.0700.64190.2923.4929.22
Hex39565C267040be171d
Octal7112613446701002762735
Binary1110011010110101110010011011101000000101111101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39565C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39565C; }

 p { color: rgb(57,86,92); }

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

<style>
 a { background-color: #39565C; }

 a { background-color: rgb(57,86,92); }

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

<style>
 span { border-color: #39565C; }

 span { border-color: rgb(57,86,92); }

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