#445153

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

Shades of Casal #445153

Tints of Casal #445153

Color information

#445153 (or 0x445153) is unknown color: approx Casal. HEX triplet: 44, 51 and 53. RGB value is (68,81,83). Sum of RGB (Red+Green+Blue) = 68+81+83=232 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.31% from 232); Green value is 81 (32.03% from 255 or 34.91% from 232); Blue value is 83 (32.81% from 255 or 35.78% from 232); Max value from RGB is 83 - color contains mainly: blue. Hex color #445153 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445153 is #BBAEAC. Grayscale: #4D4D4D. Windows color (decimal): -12299949 or 5460292. OLE color: 5460292.

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

Color convert

RGB688183-
CMYK0.180.0200.67
HSL188º9.93%29.61%-
HSV(B)188º18.07%32.55%-
XYZ6.897.749.31-
YUV77.34131.19121.34-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.31%
GREEN value IS 81 (32.03% from 255) = 34.91%
BLUE value IS 83 (32.81% from 255) = 35.78%
R=29.31%
G=34.91%
B=35.78%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6881830.180.0200.671889.9329.61
Hex445153122043bca1e
Octal10412112322201032741236
Binary10001001010001101001110010100100001110111100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445153; }

 p { color: rgb(68,81,83); }

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

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

 a { background-color: rgb(68,81,83); }

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

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

 span { border-color: rgb(68,81,83); }

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