#455153

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

Shades of Casal #455153

Tints of Casal #455153

Color information

#455153 (or 0x455153) is unknown color: approx Casal. HEX triplet: 45, 51 and 53. RGB value is (69,81,83). Sum of RGB (Red+Green+Blue) = 69+81+83=233 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.61% from 233); Green value is 81 (32.03% from 255 or 34.76% from 233); Blue value is 83 (32.81% from 255 or 35.62% from 233); Max value from RGB is 83 - color contains mainly: blue. Hex color #455153 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455153 is #BAAEAC. Grayscale: #4D4D4D. Windows color (decimal): -12234413 or 5460293. OLE color: 5460293.

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

Color convert

RGB698183-
CMYK0.170.0200.67
HSL188.57º9.21%29.8%-
HSV(B)188.57º16.87%32.55%-
XYZ6.967.779.32-
YUV77.64131.02121.84-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.61%
GREEN value IS 81 (32.03% from 255) = 34.76%
BLUE value IS 83 (32.81% from 255) = 35.62%
R=29.61%
G=34.76%
B=35.62%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6981830.170.0200.67188.579.2129.8
Hex455153112043bd91e
Octal10512112321201032751136
Binary10001011010001101001110001100100001110111101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455153; }

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

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

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

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

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

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

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

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