Html Css Color HEX #48585B Casal

📋 copy color: '#48585B'

red 72 ◦ green 88 ◦ blue 91

#48585B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Casal #48585B

Tints of Casal #48585B

RGB

 RED value IS 72 (28.52% from 255) = 28.69%

 GREEN value IS 88 (34.77% from 255) = 35.06%

 BLUE value IS 91 (35.94% from 255) = 36.25%

R = 28.69%
G = 35.06%
B = 36.25%

CMYK

 C value IS 0.21

 M value IS 0.03

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#48585B (or 0x48585B) is known color: Casal. HEX triplet: 48, 58 and 5B. RGB value is (72,88,91). Sum of RGB (Red+Green+Blue) = 72+88+91=251 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.69% from 251); Green value is 88 (34.77% from 255 or 35.06% from 251); Blue value is 91 (35.94% from 255 or 36.25% from 251); Max value from RGB is 91 - color contains mainly: blue. Hex color #48585B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48585B is #B7A7A4. Grayscale: #535353. Windows color (decimal): -12036005 or 5986376. OLE color: 5986376.

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

Color convert

RGB 72 88 91 -
CMYK 0.21 0.03 0 0.64
HSL 189.47º 0.12% 0.32% -
HSV(B) 189.47º 0.21% 0.36% -
XYZ 8.05 9.11 11.23 -
YUV 83.56 132.2 119.76 -
System Red Green Blue C M Y K H S L
Decimal 72 88 91 0.21 0.03 0 0.64 189.47 0.12 0.32
Hex 48 58 5B 15 3 0 40 BD C 20
Octal 110 130 133 25 3 0 100 275 14 40
Binary 1001000 1011000 1011011 10101 11 0 1000000 10111101 1100 100000

Color Harmonies of #48585B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48585B

Black with #48585B

Text Example


Text Example

White with #48585B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #48585B;
 }
 .AnyTagClassName
 {
   color: #48585B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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