#485658

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

Shades of Casal #485658

Tints of Casal #485658

Color information

#485658 (or 0x485658) is unknown color: approx Casal. HEX triplet: 48, 56 and 58. RGB value is (72,86,88). Sum of RGB (Red+Green+Blue) = 72+86+88=246 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.27% from 246); Green value is 86 (33.98% from 255 or 34.96% from 246); Blue value is 88 (34.77% from 255 or 35.77% from 246); Max value from RGB is 88 - color contains mainly: blue. Hex color #485658 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485658 is #B7A9A7. Grayscale: #525252. Windows color (decimal): -12036520 or 5789256. OLE color: 5789256.

HSL color Cylindrical-coordinate representation of color #485658: hue angle of 187.5º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #485658 is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB728688-
CMYK0.180.0200.65
HSL187.5º10%31.37%-
HSV(B)187.5º18.18%34.51%-
XYZ7.768.7410.51-
YUV82.04131.36120.84-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.27%
GREEN value IS 86 (33.98% from 255) = 34.96%
BLUE value IS 88 (34.77% from 255) = 35.77%
R=29.27%
G=34.96%
B=35.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7286880.180.0200.65187.51031.37
Hex485658122041bba1f
Octal11012613022201012731237
Binary10010001010110101100010010100100000110111011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485658; }

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

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

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

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

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

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

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

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