#455557

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

Shades of Casal #455557

Tints of Casal #455557

Color information

#455557 (or 0x455557) is unknown color: approx Casal. HEX triplet: 45, 55 and 57. RGB value is (69,85,87). Sum of RGB (Red+Green+Blue) = 69+85+87=241 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.63% from 241); Green value is 85 (33.59% from 255 or 35.27% from 241); Blue value is 87 (34.38% from 255 or 36.10% from 241); Max value from RGB is 87 - color contains mainly: blue. Hex color #455557 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455557 is #BAAAA8. Grayscale: #505050. Windows color (decimal): -12233385 or 5723461. OLE color: 5723461.

HSL color Cylindrical-coordinate representation of color #455557: hue angle of 186.67º 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 #455557 is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB698587-
CMYK0.210.0200.66
HSL186.67º11.54%30.59%-
HSV(B)186.67º20.69%34.12%-
XYZ7.428.4510.26-
YUV80.44131.7119.84-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.63%
GREEN value IS 85 (33.59% from 255) = 35.27%
BLUE value IS 87 (34.38% from 255) = 36.10%
R=28.63%
G=35.27%
B=36.10%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6985870.210.0200.66186.6711.5430.59
Hex455557152042bbc1f
Octal10512512725201022731437
Binary10001011010101101011110101100100001010111011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455557; }

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

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

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

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

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

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

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

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