Html Css Color HEX #485659 Casal

📋 copy color: '#485659'

red 72 ◦ green 86 ◦ blue 89

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

Shades of Casal #485659

Tints of Casal #485659

RGB

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

 GREEN value IS 86 (33.98% from 255) = 34.82%

 BLUE value IS 89 (35.16% from 255) = 36.03%

R = 29.15%
G = 34.82%
B = 36.03%

CMYK

 C value IS 0.19

 M value IS 0.03

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#485659 (or 0x485659) is known color: Casal. HEX triplet: 48, 56 and 59. RGB value is (72,86,89). Sum of RGB (Red+Green+Blue) = 72+86+89=247 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.15% from 247); Green value is 86 (33.98% from 255 or 34.82% from 247); Blue value is 89 (35.16% from 255 or 36.03% from 247); Max value from RGB is 89 - color contains mainly: blue. Hex color #485659 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485659 is #B7A9A6. Grayscale: #525252. Windows color (decimal): -12036519 or 5854792. OLE color: 5854792.

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

Color convert

RGB 72 86 89 -
CMYK 0.19 0.03 0 0.65
HSL 190.59º 0.11% 0.32% -
HSV(B) 190.59º 0.19% 0.35% -
XYZ 7.8 8.75 10.73 -
YUV 82.16 131.86 120.76 -
System Red Green Blue C M Y K H S L
Decimal 72 86 89 0.19 0.03 0 0.65 190.59 0.11 0.32
Hex 48 56 59 13 3 0 41 BF B 20
Octal 110 126 131 23 3 0 101 277 13 40
Binary 1001000 1010110 1011001 10011 11 0 1000001 10111111 1011 100000

Color Harmonies of #485659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485659

Black with #485659

Text Example


Text Example

White with #485659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485659; }

 p { color: rgb(72,86,89); }

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

background-color css

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

 a { background-color: rgb(72,86,89); }

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

border-color css

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

 span { border-color: rgb(72,86,89); }

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