#39515C

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

Shades of Casal #39515C

Tints of Casal #39515C

Color information

#39515C (or 0x39515C) is unknown color: approx Casal. HEX triplet: 39, 51 and 5C. RGB value is (57,81,92). Sum of RGB (Red+Green+Blue) = 57+81+92=230 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.78% from 230); Green value is 81 (32.03% from 255 or 35.22% from 230); Blue value is 92 (36.33% from 255 or 40% from 230); Max value from RGB is 92 - color contains mainly: blue. Hex color #39515C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39515C is #C6AEA3. Grayscale: #4B4B4B. Windows color (decimal): -13020836 or 6050105. OLE color: 6050105.

HSL color Cylindrical-coordinate representation of color #39515C: hue angle of 198.86º 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 #39515C is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB578192-
CMYK0.380.1200.64
HSL198.86º23.49%29.22%-
HSV(B)198.86º38.04%36.08%-
XYZ6.567.5311.23-
YUV75.08137.55115.11-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.78%
GREEN value IS 81 (32.03% from 255) = 35.22%
BLUE value IS 92 (36.33% from 255) = 40%
R=24.78%
G=35.22%
B=40%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5781920.380.1200.64198.8623.4929.22
Hex39515C26C040c7171d
Octal71121134461401003072735
Binary11100110100011011100100110110001000000110001111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39515C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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