#48585C

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

Shades of Casal #48585C

Tints of Casal #48585C

Color information

#48585C (or 0x48585C) is unknown color: approx Casal. HEX triplet: 48, 58 and 5C. RGB value is (72,88,92). Sum of RGB (Red+Green+Blue) = 72+88+92=252 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.57% from 252); Green value is 88 (34.77% from 255 or 34.92% from 252); Blue value is 92 (36.33% from 255 or 36.51% from 252); Max value from RGB is 92 - color contains mainly: blue. Hex color #48585C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48585C is #B7A7A3. Grayscale: #535353. Windows color (decimal): -12036004 or 6051912. OLE color: 6051912.

HSL color Cylindrical-coordinate representation of color #48585C: hue angle of 192º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #48585C is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB728892-
CMYK0.220.0400.64
HSL192º12.2%32.16%-
HSV(B)192º21.74%36.08%-
XYZ8.099.1311.46-
YUV83.67132.7119.67-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.57%
GREEN value IS 88 (34.77% from 255) = 34.92%
BLUE value IS 92 (36.33% from 255) = 36.51%
R=28.57%
G=34.92%
B=36.51%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7288920.220.0400.6419212.232.16
Hex48585C164040c0c20
Octal11013013426401003001440
Binary1001000101100010111001011010001000000110000001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48585C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,88,92); }

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

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

 a { background-color: rgb(72,88,92); }

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

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

 span { border-color: rgb(72,88,92); }

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