#455457

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

Shades of Casal #455457

Tints of Casal #455457

Color information

#455457 (or 0x455457) is unknown color: approx Casal. HEX triplet: 45, 54 and 57. RGB value is (69,84,87). Sum of RGB (Red+Green+Blue) = 69+84+87=240 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.75% from 240); Green value is 84 (33.20% from 255 or 35% from 240); Blue value is 87 (34.38% from 255 or 36.25% from 240); Max value from RGB is 87 - color contains mainly: blue. Hex color #455457 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455457 is #BAABA8. Grayscale: #4F4F4F. Windows color (decimal): -12233641 or 5723205. OLE color: 5723205.

HSL color Cylindrical-coordinate representation of color #455457: hue angle of 190º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #455457 is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB698487-
CMYK0.210.0300.66
HSL190º11.54%30.59%-
HSV(B)190º20.69%34.12%-
XYZ7.348.2910.23-
YUV79.86132.03120.26-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.75%
GREEN value IS 84 (33.20% from 255) = 35%
BLUE value IS 87 (34.38% from 255) = 36.25%
R=28.75%
G=35%
B=36.25%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6984870.210.0300.6619011.5430.59
Hex455457153042bec1f
Octal10512412725301022761437
Binary10001011010100101011110101110100001010111110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455457; }

 p { color: rgb(69,84,87); }

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

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

 a { background-color: rgb(69,84,87); }

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

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

 span { border-color: rgb(69,84,87); }

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