#455053

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

Shades of Casal #455053

Tints of Casal #455053

Color information

#455053 (or 0x455053) is unknown color: approx Casal. HEX triplet: 45, 50 and 53. RGB value is (69,80,83). Sum of RGB (Red+Green+Blue) = 69+80+83=232 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.74% from 232); Green value is 80 (31.64% from 255 or 34.48% 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 #455053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455053 is #BAAFAC. Grayscale: #4D4D4D. Windows color (decimal): -12234669 or 5460037. OLE color: 5460037.

HSL color Cylindrical-coordinate representation of color #455053: hue angle of 192.86º 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 #455053 is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB698083-
CMYK0.170.0400.67
HSL192.86º9.21%29.8%-
HSV(B)192.86º16.87%32.55%-
XYZ6.887.639.29-
YUV77.05131.36122.26-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.74%
GREEN value IS 80 (31.64% from 255) = 34.48%
BLUE value IS 83 (32.81% from 255) = 35.78%
R=29.74%
G=34.48%
B=35.78%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6980830.170.0400.67192.869.2129.8
Hex455053114043c191e
Octal10512012321401033011136
Binary100010110100001010011100011000100001111000001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455053; }

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

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

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

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

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

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

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

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