#485355

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

Shades of Casal #485355

Tints of Casal #485355

Color information

#485355 (or 0x485355) is unknown color: approx Casal. HEX triplet: 48, 53 and 55. RGB value is (72,83,85). Sum of RGB (Red+Green+Blue) = 72+83+85=240 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30% from 240); Green value is 83 (32.81% from 255 or 34.58% from 240); Blue value is 85 (33.59% from 255 or 35.42% from 240); Max value from RGB is 85 - color contains mainly: blue. Hex color #485355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485355 is #B7ACAA. Grayscale: #4F4F4F. Windows color (decimal): -12037291 or 5591880. OLE color: 5591880.

HSL color Cylindrical-coordinate representation of color #485355: hue angle of 189.23º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #485355 is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB728385-
CMYK0.150.0200.67
HSL189.23º8.28%30.78%-
HSV(B)189.23º15.29%33.33%-
XYZ7.418.229.79-
YUV79.94130.86122.34-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30%
GREEN value IS 83 (32.81% from 255) = 34.58%
BLUE value IS 85 (33.59% from 255) = 35.42%
R=30%
G=34.58%
B=35.42%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7283850.150.0200.67189.238.2830.78
Hex485355F2043bd81f
Octal11012312517201032751037
Binary1001000101001110101011111100100001110111101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485355; }

 p { color: rgb(72,83,85); }

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

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

 a { background-color: rgb(72,83,85); }

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

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

 span { border-color: rgb(72,83,85); }

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