#455A5E

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

Shades of Casal #455A5E

Tints of Casal #455A5E

Color information

#455A5E (or 0x455A5E) is unknown color: approx Casal. HEX triplet: 45, 5A and 5E. RGB value is (69,90,94). Sum of RGB (Red+Green+Blue) = 69+90+94=253 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.27% from 253); Green value is 90 (35.55% from 255 or 35.57% from 253); Blue value is 94 (37.11% from 255 or 37.15% from 253); Max value from RGB is 94 - color contains mainly: blue. Hex color #455A5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455A5E is #BAA5A1. Grayscale: #545454. Windows color (decimal): -12232098 or 6183493. OLE color: 6183493.

HSL color Cylindrical-coordinate representation of color #455A5E: hue angle of 189.6º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #455A5E is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB699094-
CMYK0.270.0400.63
HSL189.6º15.34%31.96%-
HSV(B)189.6º26.6%36.86%-
XYZ8.139.3911.97-
YUV84.18133.54117.17-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.27%
GREEN value IS 90 (35.55% from 255) = 35.57%
BLUE value IS 94 (37.11% from 255) = 37.15%
R=27.27%
G=35.57%
B=37.15%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6990940.270.0400.63189.615.3431.96
Hex455A5E1B403Fbef20
Octal1051321363340772761740
Binary100010110110101011110110111000111111101111101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455A5E; }

 p { color: rgb(69,90,94); }

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

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

 a { background-color: rgb(69,90,94); }

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

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

 span { border-color: rgb(69,90,94); }

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