#48585A

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

Shades of Casal #48585A

Tints of Casal #48585A

Color information

#48585A (or 0x48585A) is unknown color: approx Casal. HEX triplet: 48, 58 and 5A. RGB value is (72,88,90). Sum of RGB (Red+Green+Blue) = 72+88+90=250 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.8% from 250); Green value is 88 (34.77% from 255 or 35.2% from 250); Blue value is 90 (35.55% from 255 or 36% from 250); Max value from RGB is 90 - color contains mainly: blue. Hex color #48585A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48585A is #B7A7A5. Grayscale: #535353. Windows color (decimal): -12036006 or 5920840. OLE color: 5920840.

HSL color Cylindrical-coordinate representation of color #48585A: hue angle of 186.67º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #48585A is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB728890-
CMYK0.200.0200.65
HSL186.67º11.11%31.76%-
HSV(B)186.67º20%35.29%-
XYZ8.019.111.01-
YUV83.44131.7119.84-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.8%
GREEN value IS 88 (34.77% from 255) = 35.2%
BLUE value IS 90 (35.55% from 255) = 36%
R=28.8%
G=35.2%
B=36%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7288900.200.0200.65186.6711.1131.76
Hex48585A142041bbb20
Octal11013013224201012731340
Binary100100010110001011010101001001000001101110111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48585A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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